Open IceTank opened 1 year ago
Looks like this issue is from trying to write Biomes that have an id bigger then 127. For instance in 1.12.2 swamp hills have the id 134 while prismarine-nbt is trying to write the Biome id to a byte array made out of i8 instead of ui8. I am not sure how this could be fixed as the byte array is probably used for other stuff as well that might break when changing it to a ui8?
Every once in a while I get this error
I don't know what might be causing this. Any suggestions on how to debug this issue or what might be causing it? This is running on a 1.12.2 paper server.