-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmod_info.json
31 lines (31 loc) · 899 Bytes
/
mod_info.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
{
"id":"knights_of_ludd", # internal id
"name":"Knights of Ludd", # displayed to the player
"author":"Selkie, Dal, Starficz",
"version":"1.3.6",
"description":"Adds the Knights of Ludd faction and content!",
"gameVersion": "0.97a-RC11",
"jars": ["jars/KnightsOfSelkie.jar"],
"modPlugin":"org.selkie.kol.plugins.KOL_ModPlugin",
"dependencies": [
{
"id": "lw_lazylib",
"name": "LazyLib",
"version": { "major": "2", "minor": "8", "patch": "0"}
},
{
"id": "MagicLib",
"name": "MagicLib",
"version": { "major": "1", "minor": "4", "patch": "0"}
},
{
"id": "lunalib",
"name": "LunaLib",
"version": { "major": "1", "minor": "8", "patch": "5"}
},
{
"id": "shaderLib",
"name": "GraphicsLib"
}
]
}