I am trying to make a mod that creates custom World (eg: like the Nether).
I wanted to do everything, biomes,structures, etc.
The current problem i have is that i can't understand minecraft's structure for this.
eg:
A world is defined by a WorldProvider.
a world provider has a WorldChunkManager (<- what does this do?)
somewhere should be world generation and biomes.
tl;dr
I can't understand minecraft's ,erm, organization of things.(worlds related).
Could someone please enlighten me or guide me in the right direction?