NBT-API

NBT-API

98.9k Downloads

NoSuchMethodException calling removeKey 1.13

kjburr opened this issue ยท 2 comments

commented

When using the api upon calling nbtTileEntity.removeKey it's throwing NoSuchMethodException.

Here's a small stacktrace https://pastebin.com/pdxnhJH9

commented

The Stacktrace points to TileEntity set nbt(Which gets called after removing a tag of a Tile). That reminds me that the reflection checks and tests I did do not include tiles/entities, so this missing is likely. Going to fix it and also update to 1.13.1.

commented

Done :)