From 404c54feff292d3903c399ce3f81f02a01622153 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sun, 15 Feb 2026 12:24:37 +0000 Subject: [PATCH] fix scraping knives #3038 --- kubejs/server_scripts/tfc_scraping/recipes.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kubejs/server_scripts/tfc_scraping/recipes.js b/kubejs/server_scripts/tfc_scraping/recipes.js index 213a3e86e..31329ac3f 100644 --- a/kubejs/server_scripts/tfc_scraping/recipes.js +++ b/kubejs/server_scripts/tfc_scraping/recipes.js @@ -3,6 +3,8 @@ function registerTFCScrapingKnivesRecipes(event) { event.remove({ mod: 'tfcscraping', type: 'tfc:anvil' }); - event.remove({ mod: 'tfcscraping', type: 'tfc:heating' }); + event.remove({ mod: 'tfcscraping', type: 'tfc:heating', not: [ + { id: "tfcscraping:heating/scraping_knife_blade_mold" } + ]}); event.remove({ mod: 'tfcscraping', type: 'tfc:casting' }); } \ No newline at end of file