misode / misode.github.io

Data Pack Generators and Tools for Minecraft 1.15, 1.16, 1.17, 1.18, 1.19, 1.20, 1.21
https://misode.github.io/
MIT License
545 stars 71 forks source link

SNBT output type does not quote keys containing special characters #547

Closed DorkOrc closed 11 hours ago

DorkOrc commented 3 months ago

For example, this item modifier outputs:

{
  function: "minecraft:set_enchantments",
  enchantments: {
    minecraft:unbreaking: 1
  },
  add: 1b
}

That is not valid SNBT as minecraft:unbreaking needs to be wrapped in quote marks.