From e4e0182e0ef8f8ea76f11a8f39d0f85d9bb67b89 Mon Sep 17 00:00:00 2001 From: Sokomine Date: Tue, 23 Jan 2018 19:29:09 +0100 Subject: [PATCH] corrected name of one schematic --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 80b809a..1e9f53a 100644 --- a/init.lua +++ b/init.lua @@ -29,7 +29,7 @@ mg_villages.add_building( { scm="spawn_town_hall_2_0", mts_path=path, weight={sp -- Important: at least one other type of building has to be there so that the mod can work (in this case: an empty plot) -- empty plot (just so that there is one other building; can be bought by players if they want to) -mg_villages.add_building( { scm="empty_5x5", mts_path=path, weight={spawn=1/2}, typ='empty5x5', inh=0}); +mg_villages.add_building( { scm="empty_5x5_1_0", mts_path=path, weight={spawn=1/2}, typ='empty5x5', inh=0}); -- some trees now and then are nice to look at mg_villages.add_building( { scm="empty_with_tree_1_0", mts_path=path, weight={spawn=1/8}, typ='empty5x5', inh=0}); -- empty plots which your players can buy