Closed MichaelHilus closed 4 years ago
Looks like ChunkGenerator
in 1.16.1 now has two fields b
and c
both of type WorldChunkManager
. May this break things here?
Nice to see that people are using this API. And the benefit of writing a plugin for other plugin developers, is that you get great bug reports. 😄
Should now be fixed.
Describe the bug When trying to set a custom biome generator, exceptions are thrown.
To Reproduce Steps to reproduce the behavior:
BiomeGenerator
tutorial: https://github.com/rutgerkok/WorldGeneratorApi/wiki/Biome-generators1.1-SNAPSHOT
because1.0
could not be found)@EventHandler
method or thegetDefaultWorldGenerator()
method to callsetBiomeGenerator()
@EventHandler
method: see exceptions at startup.getDefaultWorldGenerator()
method with multiverse: see exceptions when using/mv create ...
Log files
When trying the
@EventHandler
approach, this is thrown during server startup for each non-FLAT
world:and this is thrown for each
FLAT
world:Both exception types are thrown then using the
getDefaultWorldGenerator()
approach and calling/mv create
when creatingFLAT
or non-FLAT
worlds.