got recycling working for the substation. Somehow. Don't ask, idk either

This commit is contained in:
Pyritie 2025-09-11 00:16:30 +01:00
parent bbab7303da
commit 9059d6762e
3 changed files with 93 additions and 70 deletions

View file

@ -818,14 +818,14 @@ function registerGTCEuMachineRecipes(event) {
// Steam multi parts
removeMaceratorRecipe(event, 'macerate_steel_machine_casing')
event.shaped('gtceu:steel_machine_casing', [
event.recipes.gtceu.shaped('gtceu:steel_machine_casing', [
' A ',
'ABA',
' A '
], {
A: ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Steel, 1),
B: '#forge:tools/hammers'
}).id('gtceu:shaped/steel_hull')
}).addMaterialInfo().id('gtceu:shaped/steel_hull')
removeMaceratorRecipe(event, 'macerate_steam_input_hatch')
event.recipes.gtceu.shaped('gtceu:steam_input_hatch', [
@ -983,7 +983,6 @@ function registerGTCEuMachineRecipes(event) {
.circuit(4)
.duration(2.5 * 20)
.EUt(16)
.addMaterialInfo(true)
event.recipes.gtceu.assembler('tfg:casings/machine_casing_stainless_evaporation')
.itemInputs('gtceu:clean_machine_casing', '4x gtceu:annealed_copper_double_wire')