You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added NbtCompound::hasTag(key) for checking whether a compound contains a
tag @zimuya4153
Changed
Improved NBT parsing and mutation: NBT.parseSNBT(snbt) now parses scalar and list SNBT values in addition to
compounds; NbtCompound::set* APIs now create missing keys automatically;
array/object-based NBT builders plus NbtList::addTag / setTag now accept null as EndTag@zimuya4153
Renamed the exposed SNBT format enum binding from SnbtFormatEnumBuilder to SnbtFormat@zimuya4153