From 4fa02ec0c951eb755c56e0ea63f491d667f64f52 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 7 Jul 2025 18:53:45 +0100 Subject: [PATCH] removed cast iron tongs --- kubejs/server_scripts/hotornot/recipes.js | 3 +++ kubejs/startup_scripts/horornot/constants.js | 2 ++ 2 files changed, 5 insertions(+) diff --git a/kubejs/server_scripts/hotornot/recipes.js b/kubejs/server_scripts/hotornot/recipes.js index 9db1a3a67..20693d87f 100644 --- a/kubejs/server_scripts/hotornot/recipes.js +++ b/kubejs/server_scripts/hotornot/recipes.js @@ -11,4 +11,7 @@ const registerHotOrNotRecipes = (event) => { B: '#forge:rods/wooden' }).id('tfchotornot:crafting/tongs/wood') + event.remove({ id: 'tfchotornot:anvil/tong_part/cast_iron' }) + event.remove({ id: 'tfchotornot:crafting/tongs/cast_iron' }) + event.remove({ id: 'tfchotornot:heating/tongs/cast_iron' }) } \ No newline at end of file diff --git a/kubejs/startup_scripts/horornot/constants.js b/kubejs/startup_scripts/horornot/constants.js index ed60a260c..0f6cdb119 100644 --- a/kubejs/startup_scripts/horornot/constants.js +++ b/kubejs/startup_scripts/horornot/constants.js @@ -1,4 +1,6 @@ // priority: 0 global.HOT_OR_NOT_DISABLED_ITEMS = [ + 'tfchotornot:tong_part/cast_iron', + 'tfchotornot:tongs/cast_iron' ]; \ No newline at end of file