diff --git a/Mods/vcmi/mod.json b/Mods/vcmi/mod.json index be2734f86..35b8de566 100644 --- a/Mods/vcmi/mod.json +++ b/Mods/vcmi/mod.json @@ -16,7 +16,6 @@ "name" : "VCMI - grundlegende Dateien", "description" : "Grundlegende Dateien, die für die korrekte Ausführung von VCMI erforderlich sind", "author" : "VCMI-Team", - "modType" : "Grafik", "skipValidation" : true, "translations" : [ @@ -28,7 +27,6 @@ "name" : "Podstawowe pliki VCMI", "description" : "Dodatkowe pliki wymagane do prawidłowego działania VCMI", "author" : "Zespół VCMI", - "modType" : "Graficzny", "skipValidation" : true, "translations" : [ @@ -52,7 +50,6 @@ "name" : "VCMI - ключові файли", "description" : "Ключові файли необхідні для повноцінної роботи VCMI", "author" : "Команда VCMI", - "modType" : "Графіка", "translations" : [ "config/vcmi/ukrainian.json" @@ -63,7 +60,6 @@ "name" : "VCMI - ficheros necesarios", "description" : "Ficheros necesarios para ejecutar VCMI correctamente", "author" : "Abel Rivas", - "modType" : "Gráfico", "skipValidation" : true, "translations" : [ diff --git a/config/schemas/mod.json b/config/schemas/mod.json index bcc7ec933..ce1113aaf 100644 --- a/config/schemas/mod.json +++ b/config/schemas/mod.json @@ -18,10 +18,6 @@ "type":"string", "description": "More lengthy description of mod. No hard limit" }, - "modType" : { - "type":"string", - "description": "Type of mod, e.g. Town, Artifacts, Graphical." - }, "author" : { "type":"string", "description": "Author of the mod. Can be nickname, real name or name of team" @@ -60,6 +56,7 @@ "modType" : { "type":"string", + "enum" : [ "Translation", "Town", "Test", "Templates", "Spells", "Music", "Sounds", "Skills", "Other", "Objects", "Mechanics", "Interface", "Heroes", "Graphical", "Expansion", "Creatures", "Artifacts", "AI" ], "description": "Type of mod, e.g. Town, Artifacts, Graphical." },