TARDISChunkGenerator

TARDISChunkGenerator

4k Downloads

Some kind of worldgen warning.

Closed this issue ยท 7 comments

commented

Describe the bug

Title. TCG likes to spam a few errors upon server startup.

To Reproduce

Start the server.

Screenshots

N/A

Log files

https://pastebin.com/MwX3wwSR

'/tardis version' output

2022-12-26_21 40 22

commented

Not errors, warnings...

commented

[18:35:14 WARN]: Potential async entity add during worldgen

The chunk generator code that is throwing the warning does not add entities

commented

Well, something hates TCG

commented

Build 175

commented

Lemme guess, something in TCG hated whatever was going on?

commented

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 :)

commented

Ah.