* refactor * phew * drive-by fix * all done I think * cleaned up some lines that didn't do anything, added more comments, removed log spam
8 lines
No EOL
260 B
JavaScript
8 lines
No EOL
260 B
JavaScript
// priority: 0
|
|
"use strict";
|
|
|
|
function registerTFCScrapingKnivesRecipes(event) {
|
|
event.remove({ mod: 'tfcscraping', type: 'tfc:anvil' });
|
|
event.remove({ mod: 'tfcscraping', type: 'tfc:heating' });
|
|
event.remove({ mod: 'tfcscraping', type: 'tfc:casting' });
|
|
} |