forked from VoxeLibre/VoxeLibre
Fix incorrect loading of ballon oak
This commit is contained in:
parent
a31da5efd5
commit
63ebc3143c
|
@ -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",
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue