neuralgia/kubejs/server_scripts/tfc_scraping/recipes.js
Pyritie 2e10938e1c
Refactor of material recipes (#2732)
* refactor

* phew

* drive-by fix

* all done I think

* cleaned up some lines that didn't do anything, added more comments, removed log spam
2026-01-14 21:36:52 +00:00

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' });
}