Some kind of worldgen warning.
Closed this issue ยท 7 comments
Describe the bug
Title. TCG likes to spam a few errors upon server startup.
To Reproduce
Start the server.
Screenshots
N/A
Log files
'/tardis version' output
[18:35:14 WARN]: Potential async entity add during worldgen
The chunk generator code that is throwing the warning does not add entities
TCG was just calling a Mojang method (the same one that is used by Vanilla Minecraft to grow huge fungus trees). My guess is that Spigot/Paper/Pufferfish doesn't expect a plugin to call the same method and was flagging it as a warning for doing something that it thought was unusual. Probably more of a Spigot bug than a TCG one IMO.
I just switched to using a different Mojang method (one that was called by the original method I was using internally anyway) and bypassed a few lines of vanilla code - no more warnings :)