-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
38 lines (34 loc) · 948 Bytes
/
config.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
32
33
34
35
36
37
38
{
"version" : "1.3",
"author" : "Chris1231",
"name" : {
"en" : "Barrow",
"de" : "Schubkarre"
},
"description" : {
"en" : "Add the transport item barrow to the game.",
"de" : "Fügt dem Spiel das Transport-Item Schubkarre hinzu."
},
"links" : {
"download" : "https://github.com/DigglesMods/Barrow/releases",
"wiki" : "https://github.com/DigglesMods/Barrow/wiki"
},
"messages" : [
{
"content" : {
"en" : "This mod is changing the techtree and is not compatible with savegames with another techtree. After installing this mod, please start a new game.",
"de" : "Diese Mod ändert den Technologiebaum und ist nicht kompatibel mit Spielständen mit einem anderen Technologiebaum. Bitte starten Sie ein neues Spiel nach der Installation dieser Mod."
}
}
],
"directories" : [
{
"type" : "data",
"path" : "Data_HD",
"condition" : {
"type" : "mod",
"id" : "DigglesHDmod"
}
}
]
}