-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
73 lines (73 loc) · 2.07 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"geode": "4.2.0",
"gd": {
"win": "2.2074",
"android": "2.2074",
"mac": "2.2074",
"ios": "2.2074"
},
"id": "firee.object-workshop",
"name": "Object Workshop",
"version": "v1.4.5",
"developer": "Firee",
"description": "Download, upload, or find custom objects made by other creators!",
"resources": {
"sprites": [
"resources/*.png"
]
},
"links": {
"community": "https://discord.gg/XGBMVVvJ7J",
"source": "https://github.com/FireMario211/Object-Workshop"
},
"tags": ["online", "utility", "content", "editor", "interface"],
"settings": {
"token": {
"name": "Auth Token",
"description": "Authentication Token (DO NOT SHARE)",
"type": "string",
"default": ""
},
"auth-server": {
"name": "Auth Server",
"description": "Authentication Server (-1 = None, 0 = DashAuth, 1 = GDAuth, 2 = Custom Auth (Ignores the test auth))",
"type": "int",
"default": -1,
"min": -1,
"max": 2
},
"object-bypass": {
"name": "Custom Object Bypass",
"description": "Removes the limit for 1000 objects and removes the limit of 750 maximum custom objects.",
"default": true,
"type": "bool"
},
"render-objects": {
"name": "Render Objects",
"description": "The amount of objects that should be shown. Decrease for performance. (0 = Unlimited)",
"type": "int",
"default": 0,
"min": 0,
"max": 50000
}
},
"dependentold": [
{
"id": "fig.authentication",
"version": ">=v1.0.2",
"importance": "recommended"
}
],
"dependencies": [
{
"id": "alphalaneous.editortab_api",
"version": ">=v1.0.6",
"importance": "required"
},
{
"id": "geode.node-ids",
"version": ">=1.14.1",
"importance": "required"
}
]
}