-
-
Notifications
You must be signed in to change notification settings - Fork 19
Conversation
(cherry picked from commit dab8115da4facdb0cd78f40175603dd5bd02232b)
(cherry picked from commit eda946062897610807b979a66c9c5582ef36e777)
(cherry picked from commit 141dc22dd55c31dd54c28ad6e8b876a685e78be9)
(cherry picked from commit 30b1fadc97ae700bc10fcb13ac06c9bc91901581)
Please fix the diffs on the FloatTag and DoubleTag classes. |
Ah, those are line ending changes, changing from windows style to unix style. |
You can run |
Hmm, yes, we would prefer Unix whitespace. |
I notice I should go over the custom additional float and double array tags as well, to get them in line regarding number formatting as well. |
Hi, since this has been inactive for a while now, I've recently taken a look over this again if there where anything missing, and in doing that I've figured there where a few more things that should be fixed here. |
Fixes issue with the SNBT reader when reading empty compound, list and string tags. Fixes issue #24.
Also fixes number formatting of float and double tags when writing SNBT to be in decimal format, instead of scientific format.