flinbein / PowerNBT

[MineCraft] Minecraft PowerNBT plugin
https://www.spigotmc.org/resources/powernbt.9098/
MIT License
39 stars 25 forks source link

Fixes for 1.13.2 compatibility. #31

Closed EATSTEAK closed 2 years ago

EATSTEAK commented 5 years ago

Changed NBTBlockUtils and other files countains removed method.

On 1.13.2 update, method getTileEntityAt in CraftWorld is removed and replaced with getTileEntity in WorldServer(which is handle of CraftWorld). So I created constructor and changed getTileEntity method on NBTBlockUtils for backward compatibility.

DPOH-VAR commented 2 years ago

PowerNBT 1.x https://github.com/flinbein/PowerNBT/releases
Works with versions 1.17, 1.18

And there is a chance to change the config to make it compatible with future versions of craftbukkit api