Chunky (Bukkit)

Chunky (Bukkit)

20.6k Downloads

Failing to load block entity with pixelmon

Paradis4432 opened this issue ยท 1 comments

commented

So i ran chunky, all good in general but i get this messages
[17:28:23] [Server thread/WARN] [minecraft/Chunk]: Tried to load a block entity for block Block{pixelmon:green_trade_machine}[facing=north,multipos=top] but failed at location BlockPos{x=-19298, y=76, z=14441}
[17:28:23] [Server thread/WARN] [minecraft/Chunk]: Tried to load a block entity for block Block{pixelmon:green_trade_machine}[facing=south,multipos=bottom] but failed at location BlockPos{x=-19298, y=75, z=14443}
[17:28:23] [Server thread/WARN] [minecraft/Chunk]: Tried to load a block entity for block Block{pixelmon:green_trade_machine}[facing=south,multipos=top] but failed at location BlockPos{x=-19298, y=76, z=14443}
[17:28:23] [Server thread/WARN] [minecraft/Chunk]: Tried to load a block entity for block Block{pixelmon:green_trade_machine}[facing=north,multipos=bottom] but failed at location BlockPos{x=-19298, y=75, z=14441}
[17:28:23] [Server thread/WARN] [minecraft/Chunk]: Tried to load a block entity for block Block{pixelmon:green_trade_machine}[facing=west,multipos=top] but failed at location BlockPos{x=-19298, y=76, z=14442}
[17:28:23] [Server thread/WARN] [minecraft/Chunk]: Tried to load a block entity for block Block{pixelmon:green_chair}[facing=south] but failed at location BlockPos{x=-19297, y=75, z=14447}
[17:28:23] [Server thread/WARN] [minecraft/Chunk]: Tried to load a block entity for block Block{pixelmon:green_pc}[facing=south,multipos=top] but failed at location BlockPos{x=-19297, y=70, z=14446}

spammed in console, failing to load any pixelmon block, i was wondering if this impacts the performance of chunky? somehow forcing it to load or failing to unload chunks?
The question relies on the fact that i have a memory leak, causing TPS to drop over time.
Im using arclight 1.16.5, forge, latest version.

If you would like to talk privately you are free to DM me at Paradis#4432, Discord

commented

No it does not affect performance. This is just a warning that the block entity didn't exist (may have been overwritten by other world gen, or something else).

For help with issues caused by mods and mod packs please seek help from respective authors.