From b146e6a5a37d9dfdfe753edd5ec26807334d584e Mon Sep 17 00:00:00 2001 From: thunderdog1138 Date: Mon, 21 Sep 2020 19:23:13 +0000 Subject: [PATCH] Update 'mods/default/mapgen.lua' --- mods/default/mapgen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/default/mapgen.lua b/mods/default/mapgen.lua index a53008e9..98d2d8a5 100644 --- a/mods/default/mapgen.lua +++ b/mods/default/mapgen.lua @@ -1822,7 +1822,7 @@ function default.register_decorations() biomes = {"deciduous_forest"}, y_max = 31000, y_min = 1, - schematic = , + schematic = nil, flags = "place_center_x, place_center_z", rotation = "random", })