From 4ad3446fcdbd904b68e02f2625857dc2f3cb82b6 Mon Sep 17 00:00:00 2001 From: oilboi <47129783+oilboi@users.noreply.github.com> Date: Sat, 9 May 2020 07:42:01 -0400 Subject: [PATCH] Fix trees missing part of trunk --- mods/main/mapgen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/main/mapgen.lua b/mods/main/mapgen.lua index 0255390..f44b112 100644 --- a/mods/main/mapgen.lua +++ b/mods/main/mapgen.lua @@ -156,7 +156,7 @@ minetest.register_decoration({ y_max = 31000, y_min = 0, schematic = treeSchematic, - flags = "place_center_x, place_center_z", + flags = "place_center_x, place_center_z, force_placement", rotation = "random", }) -- 2.44.0