Recipe Removal

 

This allows to remove a previously added recipe:

clearRecipes: {refspec}

Notes:

  • Will cause all previously-registered recipes that produce the specified item to be removed.
  • The ItemStack Reference should appear exactly as it does in the recipe
  • It’s mostly intended for user config files, to override/remove a single recipe without overriding a whole file.
  • This can remove:
  • This will only remove registration of recipes from BACON configuration, it will not affect vanilla recipes or recipes from other mods.
D = B:dirt
shapeless: D => I:diamond * 64 // adds a recipe

// in another file

clearRecipes: I:diamond // nope too OP!

 

 Posted by at 6:59 am