mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-08 22:26:51 +02:00
Restructure mod.json
This commit is contained in:
@ -1,6 +1,14 @@
|
||||
{
|
||||
"name" : "VCMI essential files",
|
||||
"description" : "Essential files required for VCMI to run correctly",
|
||||
"version" : "1.5",
|
||||
"author" : "VCMI Team",
|
||||
"contact" : "http://forum.vcmi.eu/index.php",
|
||||
"modType" : "Graphical",
|
||||
|
||||
"factions" : [ "config/towerFactions" ],
|
||||
"creatures" : [ "config/towerCreature" ],
|
||||
"spells" : [ "config/spells" ],
|
||||
|
||||
"chinese" : {
|
||||
"name" : "VCMI essential files",
|
||||
@ -120,15 +128,6 @@
|
||||
]
|
||||
},
|
||||
|
||||
"version" : "1.5",
|
||||
"author" : "VCMI Team",
|
||||
"contact" : "http://forum.vcmi.eu/index.php",
|
||||
"modType" : "Graphical",
|
||||
|
||||
"factions" : [ "config/towerFactions" ],
|
||||
"creatures" : [ "config/towerCreature" ],
|
||||
"spells" : [ "config/spells" ],
|
||||
|
||||
"translations" : [
|
||||
"config/english.json"
|
||||
],
|
||||
|
Reference in New Issue
Block a user