Update 'mods/default/mapgen.lua'

This commit is contained in:
thunderdog1138 2020-09-21 19:21:59 +00:00
parent 79330ac572
commit 3ab307cf5e
1 changed files with 1 additions and 1 deletions

View File

@ -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",
})