You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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

The text was updated successfully, but these errors were encountered: