From 14df583aece5798758f9d897f2963ca86f6433f9 Mon Sep 17 00:00:00 2001 From: SpeeeDCraft <52341158+SpeeeDCraft@users.noreply.github.com> Date: Wed, 15 Nov 2023 22:58:08 +0700 Subject: [PATCH] Update recipes.js --- kubejs/server_scripts/tfc/recipes.js | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/kubejs/server_scripts/tfc/recipes.js b/kubejs/server_scripts/tfc/recipes.js index ad94ec79c..c5589d76f 100644 --- a/kubejs/server_scripts/tfc/recipes.js +++ b/kubejs/server_scripts/tfc/recipes.js @@ -1,12 +1,15 @@ // priority: 0 const registerTFCRecipes = (event) => { - // event.remove({ id: /tfc:anvil.*/ }) - // event.remove({ id: /tfc:welding.*/ }) - event.remove({ id: /tfc:casting\/.*/ }) + event.remove({ id: /tfc:quern\/poor.*/ }) + event.remove({ id: /tfc:quern\/normal.*/ }) + event.remove({ id: /tfc:quern\/rich.*/ }) + event.remove({ id: /tfc:heating\/ore.*/ }) event.remove({ id: /tfc:heating\/metal.*/ }) - event.remove({ id: /tfc:heating\/ore.*/ }) - + event.remove({ id: /tfc:casting\/.*/ }) + // event.remove({ id: /tfc:anvil.*/ }) // todo + // event.remove({ id: /tfc:welding.*/ }) // todo + event.remove({ id: 'tfc:crafting/vanilla/lapis_block' }) event.remove({ id: 'tfc:quern/amethyst' })