From 3cfd06243fd36f6adadb27e06923f4e54de9812b Mon Sep 17 00:00:00 2001 From: Dmitry Date: Thu, 25 Apr 2024 20:16:37 +0700 Subject: [PATCH] fixes --- kubejs/server_scripts/hotornot/recipes.js | 3 +++ 1 file changed, 3 insertions(+) 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