rutgerkok / WorldGeneratorApi

Minecraft Spigot plugin that enables other plugins to customize world generation
MIT License
95 stars 9 forks source link

Nether, or End? #33

Closed tastybento closed 3 years ago

tastybento commented 3 years ago

Is there a way to generate the Nether or End? I tried to work out, but I'm stumped.

rutgerkok commented 3 years ago

WorldGeneratorApi doesn't do anything special here, so I've just listed how you would normally create a Nether or End world on Spigot/Paper:

tastybento commented 3 years ago

Just to clarify, when you say "WorldGeneratorApi doesn't do anything special here", do you mean that WorldGeneratorApi doesn't support Nether generation?

I made a nether world and used the generator.setBaseNoiseGenerator and gave it some noise, but ended up with essentially an overworld in the nether:

Screen Shot 2021-03-21 at 10 45 59 PM

I'm was trying to make a nether world with my own generation functions and biome definitions like I did in the overworld.

rutgerkok commented 3 years ago

Looks like it's already working. Now you need to make two changes to make your noise generator create more Nether-like terrain: