Mapgen: Don't clear biomes, decorations and ores

This commit is contained in:
Lars Mueller 2022-04-24 14:04:34 +02:00 committed by Lars Müller
parent 33d90c2c45
commit 05367552d1
1 changed files with 0 additions and 3 deletions

View File

@ -2476,9 +2476,6 @@ end
-- Detect mapgen to select functions
--
minetest.clear_registered_biomes()
minetest.clear_registered_ores()
minetest.clear_registered_decorations()
local mg_name = minetest.get_mapgen_setting("mg_name")