Fix missing decorations in v6

This commit is contained in:
Wuzzy 2017-12-13 21:01:04 +01:00
parent 0e53c6e4c1
commit 0c9b28c92e
1 changed files with 0 additions and 3 deletions

View File

@ -3153,9 +3153,6 @@ end
-- Detect mapgen to select functions
--
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
register_biomes()
register_biomelike_ores()