From e5647535d0f7a0952f7891cbf4cdefd44630456c Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 3 May 2025 20:18:47 +0100 Subject: [PATCH] fixes #932 --- kubejs/server_scripts/hotornot/recipes.js | 9 --------- 1 file changed, 9 deletions(-) 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