forked from Terasology/LightAndShadow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.txt
36 lines (36 loc) · 1017 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
{
"id" : "LightAndShadow",
"version" : "0.2.0-SNAPSHOT",
"author" : "Terasology Community - http://forum.terasology.org/threads/762",
"displayName" : "Light & Shadow",
"description" : "Light & Shadow is an experimental game type set in a quirky Alice in Wonderland inspired setting",
"dependencies" : [
{
"id" : "Core",
"minVersion" : "0.54.0"
},
{
"id" : "Pathfinding",
"minVersion" : "0.1.0"
},
{
"id" : "Dialogs",
"minVersion" : "0.1.0-SNAPSHOT"
},
{
"id" : "LightAndShadowResources",
"minVersion" : "0.2.0-SNAPSHOT"
},
{
"id" : "Cities",
"minVersion" : "0.5.0"
},
{
"id" : "Tasks",
"minVersion" : "0.2.0-SNAPSHOT"
}
],
"isServerSideOnly" : false,
"isGameplay" : "true",
"defaultWorldGenerator" : "LightAndShadow:LaSWorldGenerator"
}