Disabled vanilla recipes config
Guide how to disable/remove vanilla registered recipes.
# Disable recipes via their ID
recipes:
- minecraft:diamond_sword
# Prevent smithing recipes via the item ID of the result
# Useful when you have upgrade recipes that overlaps with the vanilla upgrade
# Will still allow the recipe if there is an actual armor trim in the template slot.
smithing-recipes:
- mythicmobs:enchanted_diamond_helmetLast updated