Skip to main content

Disable Recipe

This page will teach you how to disable a recipe.

How to do

Write things below into fabric.mod.json:

The config will disable the recipe for iron_door, change to yours.

"custom": {
"avaritia-disable-recipe": [
"minecraft:iron_door"
]
},