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
Example, tag has a double value: 20.0
After using SNBTUtil.toSNBT(tag), the value turns to 20.
After trying to convert it back to Tag it will throw an error.
Example:
net.querz.nbt.io.ParseException: cannot add IntTag to ListTag<DoubleTag> at: ...ore":0,"Pos":[-301.5592469090256,72<--[HERE]
The text was updated successfully, but these errors were encountered:
Example, tag has a double value:
20.0
After using
SNBTUtil.toSNBT(tag)
, the value turns to20
.After trying to convert it back to Tag it will throw an error.
Example:
The text was updated successfully, but these errors were encountered: