Generate world without oceans

MrReskill

Member
Hello, i want to generate world without Ocean. but even when I remove the ocean from Biomes [] (so I remove it from the list of biomes) there are always oceans how to remove them? I believe it is generated in the code directly in Normal.java and so even removing the biome does not do anything
 

SupremeMortal

Administrator
Staff member
Extend the default world generator, override the init method then use reflection to get the biome selector field and set your own.
 
Top