Page 1 of 1

How to remove biomes?

Posted: Sun May 13, 2018 00:17
by ScorchedFalcon
I'm trying to remove overworld biomes, like Snow biomes or Jungle biomes for example. I want to make it so I only have Plains, Forests, Deserts, Ruins, and Oceans, but I don't know how. If anyone knows how to do this I'd appreciate any response you can offer.

Re: How to remove biomes?

Posted: Sun May 13, 2018 00:40
by paramat
Use a mod that depends on 'default'.
Then in the init.lua file use 'minetest.unregister_biome(name)'
See https://github.com/minetest/minetest/bl ... i.txt#L821

Re: How to remove biomes?

Posted: Sun May 13, 2018 00:46
by ScorchedFalcon
paramat wrote:Use a mod that depends on 'default'.
Then in the init.lua file use 'minetest.unregister_biome(name)'
See https://github.com/minetest/minetest/bl ... i.txt#L821
So I can edit it from the init.lua of nyancat or moreores etc?

Re: How to remove biomes?

Posted: Sun May 13, 2018 01:28
by KCoombes
yes