-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
31 lines (31 loc) · 734 Bytes
/
mod.json
File metadata and controls
31 lines (31 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"geode": "5.0.0-beta.3",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"id": "jamiexists.toweradditions",
"name": "TowerAdditions",
"version": "v1.0.0",
"developer": "JamiExists",
"description": "Adds a new floor to the tower, and some treats!",
"resources": {
"sprites": [
"resources/towerUnlockedArrow_001.png",
"resources/towerDoor_unlocked_001.png",
"resources/towerDoor_open_001.png",
"resources/towerDoor_locked_001.png",
"resources/towerBG_01_001.png"
],
"files": [
"resources/music/tower_floor2_ambience.mp3",
"resources/*.gmd"
]
},
"dependencies": {
"geode.node-ids": ">=v1.22.0",
"hjfod.gmd-api": "1.5.0"
}
}