-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmod.json
More file actions
37 lines (37 loc) · 1.01 KB
/
mod.json
File metadata and controls
37 lines (37 loc) · 1.01 KB
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
{
"geode": "5.4.1",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"id": "flyingpig525.mod-fetcher",
"name": "Mod Fetcher",
"version": "v1.3.0",
"developer": "FlyingPig525",
"description": "Allows you to save/load mods & configs between computers",
"dependencies": {
"geode.node-ids": ">=v1.23.0"
},
"links": {
"source": "https://github.com/FlyingPig525/modfetcher",
"homepage": "https://github.com/FlyingPig525/modfetcher"
},
"issues": {
"url": "https://github.com/FlyingPig525/modfetcher/issues",
"info": "The GitHub issues tag is the correct area to report bugs and other issues"
},
"settings": {
"server-ip": {
"default": "https://fetcher.grungus.cat",
"description": "An IP for a custom instance of the mod's server software. Must begin with http:// or https://",
"name": "Server IP",
"type": "string",
"filter": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890:/._-"
}
},
"tags": [
"online", "utility", "enhancement"
]
}