added comment that single houses need to be enabled/disabled

This commit is contained in:
Sokomine 2023-07-11 06:37:13 +02:00
parent 463f0258fb
commit 11dbd55a53

View File

@ -105,3 +105,6 @@ dofile(mg_villages.modpath.."/roads.lua")
-- add some nice villages and buildings;
dofile(mg_villages.modpath.."/add_default_village_types.lua")
-- if you DISABLE the default villages above and don't add houses to the
-- village type "single", then you need to disable lone houses here:
--mg_villages.INVERSE_HOUSE_DENSITY = 0