[1.19.2] Flesh tendon Spam in Console
Illios42 opened this issue ยท 8 comments
What's the issue you encountered?
While having flesh biome chunks loaded in, we are experiencing massive console spam about flesh tendons. It also crashes the server if we let it spam the error for too long.
How can the issue be reproduced?
Fly around in the nether and find a flesh biome.
Logs
Mod Version
17.1.1.150
Additional information
No response
We "fixed" it in the mean time by using the mod BiomeTweaker and removing flesh tendons from the biome with a script. Definitively needs to be fixed for real though
@Illios42 may I have that script, so I can use it?
@Lucky-56 It's rather simple, but sure! You put this
flesh = forBiomes("biomesoplenty:visceral_heap")
flesh.removeFeature("ALL", "biomesoplenty:flesh_tendon")
into a .cfg file and throw it in config/biometweaker/scripts
. It should remove the error spamming tendons and leave the hanging ones since they are a seperate feature. Hope this helps!
My 1.19.2 forge server crashed on it. other worldgen/chunkloading mods I had installed:
byg, no unused chunks, starlight, terrablender, yungs mods, valhelsia core, snow under trees, ecologics, biome makeover, (compat mods).
disabling the feature fixed it.