-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSpongesMod.json
59 lines (58 loc) · 1.5 KB
/
SpongesMod.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
{
"authors": {
"Developer": [
"luacs1998"
]
},
"categories": [
"General"
],
"description": "A simple sponge mod that keeps the water out",
"formatVersion": 1,
"license": "",
"modId": "sponges",
"name": "SpongesMod",
"references": {
},
"repo": "luacs1998.qmdist",
"uid": "org.luacs1998.sponges",
"updateUrl": "github://luacs1998@QuickModFiles/SpongesMod.json",
"versions": [
{
"downloadType": "parallel",
"forgeCompat": "[10.12.0.1024,)",
"installType": "forgeMod",
"mcCompat": [
"1.7.2"
],
"name": "2.1.0",
"references": [
],
"type": "",
"urls": [
{
"url": "http://minecraft.curseforge.com/mc-mods/79339-spongesmod/files/2201752/download",
"downloadType": "direct"
}
]
},
{
"downloadType": "parallel",
"forgeCompat": "[9.11.1.965,)",
"installType": "forgeMod",
"mcCompat": [
"1.6.4"
],
"name": "2.0.2",
"references": [
],
"type": "",
"urls": [
{
"url": "http://minecraft.curseforge.com/mc-mods/79339-spongesmod/files/788829/download",
"downloadType": "direct"
}
]
}
]
}