Easier Coding (Suggestion)
aqualxx opened this issue ยท 3 comments
If its possible, can you please make it so you dont have to do things like putting quotation marks or maybe even the backslashes around the data part of the result code, for e.g
"Name": {"text":"Emerald Sword","color":"dark_green","italic":false}
instead of
"Name": "{\"text\":\"Emerald Sword\",\"color\":\"dark_green\",\"italic\":false}"
?
This would make coding it much easier to write and learn and you wont have to change endless things.
i think this is a limitation with JSON itself and recipes usually don't work with JSON5