diff --git a/kubejs/server_scripts/hotornot/recipes.js b/kubejs/server_scripts/hotornot/recipes.js index 54001b29b..c6438ed58 100644 --- a/kubejs/server_scripts/hotornot/recipes.js +++ b/kubejs/server_scripts/hotornot/recipes.js @@ -2,6 +2,9 @@ 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' }) } \ No newline at end of file