Fix incorrect loading of ballon oak

This commit is contained in:
Wuzzy 2017-09-05 15:18:58 +02:00
parent a31da5efd5
commit 63ebc3143c
1 changed files with 1 additions and 1 deletions

View File

@ -1112,7 +1112,7 @@ local function register_decorations()
biomes = {"deciduous_forest"},
y_min = 1,
y_max = mcl_vars.mg_overworld_max,
schematic = minetest.get_modpath("mcl_core").."/schematics/mcl_core_oak_balloon_small.mts",
schematic = minetest.get_modpath("mcl_core").."/schematics/mcl_core_oak_balloon.mts",
flags = "place_center_x, place_center_z",
rotation = "random",
})