Releases: AntiquityMC/Nbt
Releases · AntiquityMC/Nbt
Nbt 1.1.1
Fixed
Both bugs fixed by PR #1 by @BelgianSalamander:
getString
used constant "key"
(as a string) instead of actual key parameter
CompoundTag.getDouble()
casts Tag
to FloatTag
instead of DoubleTag
Nbt 1.1.0
Added
StringTag.getValue
for getting the value of the tag
CompoundTag.getString
for getting a string from a compound