mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Fix missing decorations in v6
This commit is contained in:
parent
0e53c6e4c1
commit
0c9b28c92e
1 changed files with 0 additions and 3 deletions
|
@ -3153,9 +3153,6 @@ end
|
||||||
-- Detect mapgen to select functions
|
-- Detect mapgen to select functions
|
||||||
--
|
--
|
||||||
if mg_name ~= "singlenode" then
|
if mg_name ~= "singlenode" then
|
||||||
minetest.clear_registered_biomes()
|
|
||||||
minetest.clear_registered_decorations()
|
|
||||||
minetest.clear_registered_schematics()
|
|
||||||
if mg_name ~= "v6" and mg_name ~= "flat" then
|
if mg_name ~= "v6" and mg_name ~= "flat" then
|
||||||
register_biomes()
|
register_biomes()
|
||||||
register_biomelike_ores()
|
register_biomelike_ores()
|
||||||
|
|
Loading…
Reference in a new issue