Skip to content

Commit

Permalink
Mapgen: Don't clear biomes, decorations and ores
Browse files Browse the repository at this point in the history
  • Loading branch information
appgurueu committed Dec 10, 2023
1 parent 33d90c2 commit 0536755
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mods/default/mapgen.lua
Expand Up @@ -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")

Expand Down

0 comments on commit 0536755

Please sign in to comment.