Open RealCottonCandyPimp opened 4 years ago
hi @RealCottonCandyPimp
you forgot a comma here "count": 1
and there is a problem here : "StoredEnchantments:[{id:featherfalling,lvl:1s}]"
it should be : "StoredEnchantments": [{id:featherfalling,lvl:1s}]
I advise you to use a site like https://jsonformatter.curiousconcept.com/ to check your files
Thanks and thanks for letting me know about that website
If I want to make a custom recipe for feather falling or riptide or any enchantment, how do I need to write the code in a .json file? I have two problems that say that the code doesn't work.
Example: .... } }, "result": { "item": "minecraft:enchanted_book", "count": 1 "StoredEnchantments:[{id:featherfalling,lvl:1s}]" } }
Have tried making it a bit simple but I get the error codes
Expected comma Colon Expected
Don't know why they are occurring, help would be much appreciated