pkmnfrk / equivalentintegrations

Equivalent Integrations - expanding EMC to the rest of the Minecraft ecosystem
Other
7 stars 4 forks source link

Fix empty NBT tag checking #16

Closed BlockBuilder57 closed 5 years ago

BlockBuilder57 commented 6 years ago

If a NBT tag is smaller than 4 characters, the NBT filter will ignore it.

pkmnfrk commented 5 years ago

Very, very sorry for the delay, I have been distracted for a bit.

That said, it should be preferable to check the number of tags rather than trying to manipulate strings in this way.

BlockBuilder57 commented 5 years ago

Changes made. Wasn't aware that getSize existed. I went in and verified, and yeah, it all works as expected.