Update v1.1.1
Two quick changes-
- Wrap
NBTOutputStream
(and subsequentlyNBTWriter
) output in an unnamed compound- This change is to match the new behavior of
NBTInputStream
- This change is to match the new behavior of
- Add
containsTag(String, TagType)
toNBTCompound
- Provides the same functionality as
contains(String)
while also checking that the matching tag is the desired type
- Provides the same functionality as