TerraFirmaCraft-The-Final-Frontier / RoughlyEnoughIDs

Fork of JustEnoughIDs. Minecraft 1.13+ chunk format in 1.12.2, removing the block, item, & biome ID limits.
https://www.curseforge.com/minecraft/mc-mods/reid
MIT License
10 stars 11 forks source link

Fix potion packet being read incorrectly #50

Closed jchung01 closed 4 months ago

jchung01 commented 4 months ago

Fixes SPacketRemoveEntity mixin causing client-side network issues because the default readUnsignedByte() for the potion id was still being called and advancing the readerIndex more than allowed. Was a bug from refactoring the transformer method to this mixin in 2.1.0. Fixes #49 Also some minor cleanup.