diff --git a/kubejs/server_scripts/hotornot/recipes.js b/kubejs/server_scripts/hotornot/recipes.js index fa482ea64..5ceac71f8 100644 --- a/kubejs/server_scripts/hotornot/recipes.js +++ b/kubejs/server_scripts/hotornot/recipes.js @@ -2,13 +2,4 @@ const registerHotOrNotRecipes = (event) => { - event.remove({ id: 'tfchotornot/heating/tong_part/cast_iron' }) - event.remove({ id: 'tfchotornot/anvil/tong_part/cast_iron' }) - - event.remove({ id: 'tfchotornot/heating/tongs/cast_iron' }) - event.remove({ id: 'tfchotornot:crafting/tongs/cast_iron' }) - - - event.recipes.tfc.loom('tfchotornot:wool_potholder', '2x minecraft:blue_wool', 16, 'minecraft:block/white_wool') - .id('tfchotornot:loom/wool_potholder') } \ No newline at end of file