From 3ab307cf5ebfd570916c9e4d5f2086b9e6bad969 Mon Sep 17 00:00:00 2001 From: thunderdog1138 Date: Mon, 21 Sep 2020 19:21:59 +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 fbb1db03..a53008e9 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 = minetest.get_modpath("default") .. "/schematics/jogan_tree.mts", + schematic = , flags = "place_center_x, place_center_z", rotation = "random", })