From c04fb60dc025b63b62877d0a5e94d250019a1863 Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Sun, 6 Oct 2024 19:44:32 +0000 Subject: [PATCH] Updated docs --- docs/modders/Mod_File_Format.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/modders/Mod_File_Format.md b/docs/modders/Mod_File_Format.md index f0ac58070..fd4354fa9 100644 --- a/docs/modders/Mod_File_Format.md +++ b/docs/modders/Mod_File_Format.md @@ -90,8 +90,9 @@ These are fields that are present only in local mod.json file { // Following section describes configuration files with content added by mod // It can be split into several files in any way you want but recommended organization is - // to keep one file per object (creature/hero/etc) and, if applicable, add separate file - // with translatable strings for each type of content + // to keep one file per object (creature/hero/etc) + // Alternatively, for small changes you can embed changes to content directly in here, e.g. + // "creatures" : { "core:imp" : { "health" : 5 }} // list of factions/towns configuration files "factions" :