## How to Disable Custom Recipes
**Locate the Recipe Override Folder:**
Navigate to `data\darkbindings\recipes\` inside the datapack.
**Disable a Recipe:**
Inside this folder, you'll find a blank JSON file named `rename_me.json`. To disable a specific recipe, simply rename this file to match the recipe name you want to disable from the list below.
**Example:**
To disable the **End Portal Frame** recipe, rename `rename_me.json` to `end_portal_frame.json`.
Make sure to keep the `.json` extension intact so the file remains valid. The resulting file should be **0 KB** in size.
**Disable Multiple Recipes:**
You can disable as many recipes as you like by:
1. Duplicating the blank `rename_me.json` file for each recipe you want to disable.
2. Renaming each copy to the corresponding recipe name from the list below.
**Install the Datapack:**
Place the datapack folder into your world's `datapacks` directory, then reload your world or server for the changes to take effect.
---
### Full Recipe List (File Names)
```
ancient_debris.json
anvil_chipped.json
anvil.json
arrow.json
arrow2.json
bell.json
black_dye.json
black_terracotta.json
blackstone.json
blaze_rod.json
blaze_rod2.json
blue_ice.json
blue_terracotta.json
bone_rotten_flesh.json
bone_skeleton_skull.json
bow1.json
bow2.json
brain_coral_block.json
brain_coral.json
brown_bed.json
brown_mushroom_block.json
brown_mushroom.json
brown_terracotta.json
bubble_coral_block.json
bubble_coral.json
bundle.json
calcite.json
campfire.json
chainmail_boots.json
chainmail_chestplate.json
chainmail_helmet.json
chainmail_leggings.json
chorus_flower.json
chorus_fruit.json
coal_ore.json
cod_rotten_flesh.json
copper_ingot.json
copper_ore.json
crafting_table.json
crimson_fungus.json
crimson_roots.json
crying_obsidian.json
cyan_terracotta.json
dead_bush.json
deepslate_coal_ore.json
deepslate_copper_ore.json
deepslate_diamond_ore.json
deepslate_emerald_ore.json
deepslate_gold_ore.json
deepslate_iron_ore.json
deepslate_lapis_ore.json
deepslate_redstone_ore.json
diamond_horse_armor.json
diamond_ore.json
diamond.json
dirt.json
dispenser_1.json
dragon_egg.json
dragon_head.json
emerald_ore.json
emerald.json
empty_terracotta.json
enchanted_golden_apple.json
end_portal_frame.json
end_stone.json
ender_eye.json
ender_pearl.json
fire_coral_block.json
fire_coral.json
fishing_rod.json
flint_and_steel.json
flint.json
ghast_tear.json
gilded_blackstone.json
glow_lichen.json
gold_ingot.json
gold_ore.json
golden_horse_armor.json
grass_block.json
gravel1.json
gravel2.json
gray_terracotta.json
green_terracotta.json
gunpowder_creeper_head.json
horn_coral_block.json
horn_coral.json
iron_horse_armor.json
iron_ingot.json
iron_ore.json
lapis_ore.json
light_blue_terracotta.json
light_gray_terracotta.json
lime_terracotta.json
magenta_terracotta.json
mushroom_stem.json
nether_gold_ore.json
nether_quartz_ore.json
nether_wart_block.json
netherite_ingot.json
netherite_scrap.json
oak_planks.json
obsidian.json
orange_terracotta.json
pink_terracotta.json
pointed_dripstone.json
porkchop_piglin_head.json
pufferfish_rotten_flesh.json
purple_terracotta.json
rabbit_hide.json
raw_iron.json
red_mushroom_block.json
red_mushroom.json
red_terracotta.json
redstone_ore.json
rotten_flesh_zombie_head.json
saddle.json
salmon_rotten_flesh.json
sand.json
sculk_sensor.json
slime_ball.json
smelt_carrot.json
smelt_diamond_block.json
smelt_red_sand.json
smelt_rotten_flesh.json
soul_campfire.json
soul_sand.json
soul_soil.json
spider_eye_rotten_flesh.json
sponge.json
spore_blossom.json
stone_pickaxe.json
totem_of_undying.json
trident.json
tropical_fish_rotten_flesh.json
tube_coral_block.json
tube_coral.json
warped_fungus.json
warped_roots.json
warped_wart_block.json
white_terracotta.json
wither_skeleton_skull.json
yellow_terracotta.json
```