Skip to main content
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 recipe

How 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

  1. Read the log for the failing recipe file
  2. Check its JSON syntax
  3. Fix or remove the recipe
  4. Restart

FAQ

Where are custom recipes stored?

In data packs: data/<namespace>/recipes/. For mods, recipes are inside the mod jar.

Related Errors

Need More Help?