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