sandstone-mc / sandstone

Sandstone | Next Generation Framework for Minecraft
https://sandstone.dev/
MIT License
174 stars 15 forks source link

`NBT.stringify` produces non-minimal (and very unconventional) output #154

Closed GrantGryczan closed 2 years ago

GrantGryczan commented 2 years ago

Keys of NBT tags are practically never seen quoted in the wild (and only need to be if there are special characters in them), and instead of trying to escape quotation marks in NBT strings, the NBT string should be delimited with apostrophes instead of quotation marks.