cleanup greate a bit, remove gearbox extractor recipes

This commit is contained in:
Pyritie 2026-01-02 13:22:30 +00:00
parent 090f954cd2
commit ec0e6656b4
4 changed files with 79 additions and 243 deletions

View file

@ -1,7 +1,29 @@
// priority: -100
"use strict";
global.GREATE_MATERIAL_TIERS = [
'andesite_alloy',
'steel',
'aluminium',
'stainless_steel',
'titanium',
'tungsten_steel',
'rhodium_plated_palladium',
'naquadah_alloy',
'darmstadtium',
'neutronium'
];
global.AVAILABLE_GREATE_MATERIAL_TIERS = [
'andesite_alloy',
'steel',
'aluminium',
'stainless_steel',
'titanium'
];
global.GREATE_DISABLED_ITEMS = /** @type {const} */ ([
"greate:andesite_alloy_alloy",
"gtceu:steel_alloy",
"gtceu:aluminium_alloy",
"gtceu:stainless_steel_alloy",