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",
|
"name" : "VCMI essential files",
|
||||||
"description" : "Essential files required for VCMI to run correctly",
|
"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" : {
|
"chinese" : {
|
||||||
"name" : "VCMI essential files",
|
"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" : [
|
"translations" : [
|
||||||
"config/english.json"
|
"config/english.json"
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user