-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmod.json
41 lines (41 loc) · 1.2 KB
/
mod.json
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
32
33
34
35
36
37
38
39
40
41
{
"geode": "4.0.1",
"gd": {
"win": "2.2074"
},
"version": "v1.0.0-beta.1",
"id": "rainixgd.geome3dash",
"name": "Geome3Dash",
"links": {
},
"tags": ["content", "offline", "modtober24"],
"developers": ["RainixGD", "Adaf"],
"description": "Geome3Dash transforms the 2D Geometry Dash you know and love into an exciting, open-source 3D experience. Jump into a new dimension of gameplay, customize levels like never before, and explore the adventure of a lifetime.",
"repository": "https://github.com/adafcaefc/Geome3Dash",
"dependencies": [
{
"id": "geode.node-ids",
"version": ">=1.18.0",
"importance": "required"
},
{
"id": "hjfod.gmd-api",
"version": ">=1.4.1",
"importance": "required"
}
],
"settings": {
"disable-general-3d": {
"type": "bool",
"name": "Disable 3D in Non-Story Levels",
"description": "Turn off 3D effects for levels outside Story Mode.",
"default": false
},
"disable-cloud": {
"type": "bool",
"name": "Disable Cloud Effects",
"description": "Improve performance by turning off 3D cloud effects in the Story Mode .",
"default": false
}
}
}