Skip to content

Update v1.1.1

Compare
Choose a tag to compare
@TheNullicorn TheNullicorn released this 24 May 23:59
a99ecea

Two quick changes-

  • Wrap NBTOutputStream (and subsequently NBTWriter) output in an unnamed compound
    • This change is to match the new behavior of NBTInputStream
  • Add containsTag(String, TagType) to NBTCompound
    • Provides the same functionality as contains(String) while also checking that the matching tag is the desired type