Open BenWoodworth opened 1 year ago
Currently the encoder is happy to print out NaNd, -Infinityd, etc. but there's nothing in the decoder to pick those up. It gets read in as NbtStrings.
NaNd
-Infinityd
NbtString
And interestingly, Java Minecraft seems to have the same behavior
See allowSpecialFloatingPointValues in the JsonConfiguration
allowSpecialFloatingPointValues
JsonConfiguration
Currently the encoder is happy to print out
NaNd
,-Infinityd
, etc. but there's nothing in the decoder to pick those up. It gets read in asNbtString
s.And interestingly, Java Minecraft seems to have the same behavior