10 lines
No EOL
328 B
JavaScript
10 lines
No EOL
328 B
JavaScript
// priority: 0
|
|
"use strict";
|
|
|
|
function registerTFCScrapingKnivesRecipes(event) {
|
|
event.remove({ mod: 'tfcscraping', type: 'tfc:anvil' });
|
|
event.remove({ mod: 'tfcscraping', type: 'tfc:heating', not: [
|
|
{ id: "tfcscraping:heating/scraping_knife_blade_mold" }
|
|
]});
|
|
event.remove({ mod: 'tfcscraping', type: 'tfc:casting' });
|
|
} |