From e68430071581cdec195c55fc606721660b5ac4ed Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Wed, 18 Jan 2023 14:34:06 +0200 Subject: [PATCH] Fix mod validation for terrains --- config/schemas/mod.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/config/schemas/mod.json b/config/schemas/mod.json index ca74f80ef..2cdf44246 100644 --- a/config/schemas/mod.json +++ b/config/schemas/mod.json @@ -194,7 +194,21 @@ "type":"array", "description": "List of configuration files for obstacles", "items": { "type":"string", "format" : "textFile" } - + }, + "terrains":{ + "type":"array", + "description": "List of configuration files for terrains", + "items": { "type":"string", "format" : "textFile" } + }, + "roads":{ + "type":"array", + "description": "List of configuration files for roads", + "items": { "type":"string", "format" : "textFile" } + }, + "rivers":{ + "type":"array", + "description": "List of configuration files for rivers", + "items": { "type":"string", "format" : "textFile" } }, "changelog" : {