Rusty-Quartz / quartz_nbt

Provides support for encoding and decoding Minecraft's NBT format. This crate supports both zlib and gz compression, and also provides tools for converting NBT data to stringified NBT (SNBT) and vice versa.
https://crates.io/crates/quartz_nbt
MIT License
25 stars 10 forks source link

Fix incorrect SNBT generation for strings that look like negative numbers #12

Closed Vonr closed 11 months ago

Vonr commented 11 months ago

Fixes #11

maddymakesgames commented 11 months ago

Looks good! Thanks for implementing this fix.