warningCrash ReportsAffects: All versions
How to Fix Recipe Loading Crash
Fix Recipe Loading Crash by fixing JSON syntax in data packs or updating mods with broken recipes.
Quick Fix
Remove recently added data packs or update the mod with broken recipes.
Error Message
Error loading recipes / Failed to parse recipeHow to Fix
1
Check which recipe failed in the log
2
Fix JSON syntax errors in data pack recipes
3
Remove data packs with broken recipes
4
Update mods providing custom recipes
Common Causes
- Data pack with invalid recipe JSON
- Mod providing malformed recipes
- Recipe referencing items from a removed mod
Diagnostic Steps
- Read the log for the failing recipe file
- Check its JSON syntax
- Fix or remove the recipe
- Restart
FAQ
Where are custom recipes stored?
In data packs: data/<namespace>/recipes/. For mods, recipes are inside the mod jar.