I'm using the spigot/bukkit api in 1.14 to create a custom world generator. I implemented my custom chunk generator just fine. The issue comes up when I try to add custom block populators, no matter what I do inside the populator get stucks in one of two places. Most commonly it get stuck at "Preparing spawn area: 100%" the other place is at "Custom Map Seeds: Village: 10387312 Desert: 1435..." and I have no idea why. I've tried allowing all spawn location by overriding canSpawn which never...
Custom world generator issues!!!
Custom world generator issues!!!