fix scraping knives #3038
This commit is contained in:
parent
66bb5584e3
commit
404c54feff
1 changed files with 3 additions and 1 deletions
|
|
@ -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' });
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue