mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Use classic v6 again
This commit is contained in:
parent
1b269809a9
commit
a622105084
2 changed files with 2 additions and 1 deletions
BIN
mods/ITEMS/mcl_core/schematics/mcl_core_oak_v6.mts
Normal file
BIN
mods/ITEMS/mcl_core/schematics/mcl_core_oak_v6.mts
Normal file
Binary file not shown.
|
@ -1061,8 +1061,9 @@ local function register_decorations()
|
||||||
biomes = {"deciduous_forest"},
|
biomes = {"deciduous_forest"},
|
||||||
y_min = 1,
|
y_min = 1,
|
||||||
y_max = mcl_vars.mg_overworld_max,
|
y_max = mcl_vars.mg_overworld_max,
|
||||||
schematic = minetest.get_modpath("mcl_core").."/schematics/mcl_core_oak_classic.mts",
|
schematic = minetest.get_modpath("mcl_core").."/schematics/mcl_core_oak_v6.mts",
|
||||||
flags = "place_center_x, place_center_z",
|
flags = "place_center_x, place_center_z",
|
||||||
|
rotation = "random",
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_decoration({
|
minetest.register_decoration({
|
||||||
|
|
Loading…
Reference in a new issue