-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod_info.json
More file actions
29 lines (28 loc) · 778 Bytes
/
Copy pathmod_info.json
File metadata and controls
29 lines (28 loc) · 778 Bytes
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
{
"id":"niko_moreCombatTerrainEffects", # For the convenience of troubleshooters, include your name and the mod name, not just an acronym.
"name":"More Combat Terrain Effects", # Displayed to the player
"author":"Niko",
"utility":"false",
"version":"1.13.1a",
"description":"Adds combat effects to magnetic fields, slipstreams, nebulae, hyperstorms, pulsars, and black holes.",
"gameVersion": "0.98a-RC5",
"jars":["jars/niko_MCTE.jar"],
"modPlugin":"niko.MCTE.niko_MCTE_modPlugin",
"dependencies": [
{
"id": "lw_lazylib",
"name": "LazyLib",
"version": "3.0.0"
},
{
"id": "lunalib",
"name": "LunaLib",
"version": "2.0.0"
},
{
"id": "MagicLib",
"name": "MagicLib",
"version": "1.4.6"
},
],
}