rutgerkok / WorldGeneratorApi

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

Fix incorrect generator settings being used for Nether and End dimensions #20

Closed ChimneySwift closed 4 years ago

ChimneySwift commented 4 years ago

Fix for #19

rutgerkok commented 4 years ago

Great, thanks!

I wouldn't worry too much about some less-than-ideal code in the implementation. I assume Minecraft 1.17 will change the world generator quite significantly, so then this code will likely need to be rewritten anyways. (For almost every Minecraft update, large parts of WorldGeneratorApi need to be redone.) But that's a problem for 2021.