Skip to content

Update v2.1.1

Compare
Choose a tag to compare
@TheNullicorn TheNullicorn released this 30 Jan 20:30
e018592
  • Fixed NBTList.set() throwing UnsupportedOperationException (#10, thanks @PureGero)
  • Throw NullPointerException instead of IllegalArgumentException when argument is null. Applies to:
    • NBTCompound:
      • get() (and all other getters for that class)
      • put()
      • putIfAbsent()
      • containsKey()
      • containsValue()
      • containsTag()