Move flowers mapgen to new mod
This commit is contained in:
parent
177defa9de
commit
36217e2834
4 changed files with 5 additions and 6 deletions
|
@ -246,5 +246,8 @@ if mg_name ~= "v6" and mg_name ~= "flat" then
|
|||
register_decorations()
|
||||
elseif mg_name == "flat" then
|
||||
-- Implementation of Minecraft's Superflat mapgen, classic style
|
||||
minetest.clear_registered_biomes()
|
||||
minetest.clear_registered_decorations()
|
||||
minetest.clear_registered_schematics()
|
||||
register_classic_superflat_biome()
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue