-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmodule.txt
37 lines (37 loc) · 943 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
31
32
33
34
35
36
37
{
"id": "ClimateConditions",
"version": "1.0.1-SNAPSHOT",
"author": "Marcin Sciesinski <[email protected]>",
"displayName": "Climate Conditions",
"description": "Module that introduces humidity and temperature fields and their modifiers",
"dependencies": [
{
"id": "AlterationEffects",
"minVersion": "1.0.0"
},
{
"id": "BiomesAPI",
"minVersion": "4.0.0"
},
{
"id": "CoreWorlds",
"minVersion": "1.1.0",
"maxVersion": "3.0.0"
},
{
"id": "Health",
"minVersion": "2.0.0-SNAPSHOT"
},
{
"id": "Thirst",
"minVersion": "1.0.0"
},
{
"id": "StructureTemplates",
"minVersion": "1.0.0"
}
],
"isServerSideOnly": true,
"isLibrary": true,
"isAugmentation": true
}