Zailer43 / FZMM-Mod

A fabric mod that is mainly for editing or creating NBT of items in creative but it also has a few utilities
https://modrinth.com/mod/fzmm/
The Unlicense
25 stars 4 forks source link

[Suggestion] NBT Beautifier #42

Open FurnyGo opened 1 year ago

FurnyGo commented 1 year ago

The NBT Beautifier functions:

  1. Replace § colors in the display tags with the normal json color format (§c -> "color":"red"). (Or vice versa, to reduce the weight of the item)
  2. Remove unnecessary tags like "underlined":"false" from some items that were created using some plugins via /setname /setlore
  3. Fix broken display in items like this: Name:'{"text":"{\\"extra\\":[{\\"bold\\":true,\\"color\\":\\"dark_green\\",\\"text\\":\\"Broken \\"},{\\"bold\\":true,\\"color\\":\\"dark_green\\",\\"text\\":\\"Name\\"}],\\"text\\":\\"\\"}"}' (remove \\, delete {"text":" at the start and "} at the end)
  4. Replace "text":"\\u0442\\u0435\\u0441\\u0442" to "text":"тест" in books that generated with https://minecraft.tools/book.php (unicode characters formatting issue)