forked from Terasology/Potions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.txt
30 lines (30 loc) · 895 Bytes
/
module.txt
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
{
"id" : "Potions",
"version" : "0.2.1-SNAPSHOT",
"author" : "bi0hax, XTariq, shardulc, S-ulphuric, kallentu, Mandar Juvekar, Arpit Kamboj (digitalripperynr), SufurElite",
"displayName" : "Potions",
"description" : "A small collection of various potions that can be consumed for several effects.",
"dependencies" : [
{
"id" : "AlterationEffects",
"minVersion" : "0.2.0"
},
{
"id" : "Core",
"minVersion" : "1.0.0"
},
{
"id": "Durability",
"minVersion": "1.0.0"
},
{
"id" : "Fluid",
"minVersion" : "1.0.0"
},
{
"id": "InGameHelp",
"minVersion": "1.0.0"
}
],
"serverSideOnly" : false
}