change to mv stuffs with bakalite (#3133)

This commit is contained in:
TomPlop
2026-02-21 10:59:04 -05:00
committed by GitHub
parent 52afdd3af8
commit 23239b4e2d

View File

@@ -88,7 +88,62 @@ function registerTFGBakeliteRecipes(event) {
.EUt(GTValues.VA[GTValues.MV])
// machine hull changes/additions
event.replaceInput({ id: 'gtceu:shaped/mv_machine_hull' }, '#forge:plates/wrought_iron', '#forge:plates/bakelite')
// To Move to MV Rework after
event.remove({ id: 'gtceu:shaped/mv_machine_hull'})
event.shaped('gtceu:mv_machine_hull', [
'ABA',
'DCD',
'ABA'
], {
A: '#forge:plates/bakelite',
B: '#forge:plates/aluminum',
C: 'gtceu:mv_machine_casing',
D: 'gtceu:copper_single_cable'
}).id('tfg:shaped/mv_machine_hull')
event.remove({ id: 'gtceu:assembler/hull_mv_annealed'})
event.recipes.gtceu.assembler('tfg:mv_machine_hull')
.itemInputs('gtceu:mv_machine_casing', '2x gtceu:copper_single_cable')
.inputFluids('tfg:bakelite 576')
.itemOutputs('gtceu:mv_machine_hull')
.duration(20*2.5)
.EUt(GTValues.VH[GTValues.LV])
// MV Buses
event.recipes.gtceu.assembler('tfg:mv_input_bus')
.itemInputs('gtceu:mv_machine_hull', '#tfg:any_bronze_crate')
.inputFluids('tfg:bakelite 576')
.itemOutputs('gtceu:mv_input_bus')
.duration(20*15)
.EUt(GTValues.VA[GTValues.MV])
.circuit(1)
event.recipes.gtceu.assembler('tfg:mv_output_bus')
.itemInputs('gtceu:mv_machine_hull', '#tfg:any_bronze_crate')
.inputFluids('tfg:bakelite 576')
.itemOutputs('gtceu:mv_output_bus')
.duration(20*15)
.EUt(GTValues.VA[GTValues.MV])
.circuit(2)
// MV Hatches
event.recipes.gtceu.assembler('tfg:mv_input_hatch')
.itemInputs('gtceu:mv_machine_hull', '#tfg:any_bronze_drum')
.inputFluids('tfg:bakelite 576')
.itemOutputs('gtceu:mv_input_hatch')
.duration(20*15)
.EUt(GTValues.VA[GTValues.MV])
.circuit(1)
event.recipes.gtceu.assembler('tfg:mv_output_hatch')
.itemInputs('gtceu:mv_machine_hull', '#tfg:any_bronze_drum')
.inputFluids('tfg:bakelite 576')
.itemOutputs('gtceu:mv_output_hatch')
.duration(20*15)
.EUt(GTValues.VA[GTValues.MV])
.circuit(2)
// End of MV Changes
event.recipes.gtceu.assembler('tfg:ulv_hull_bakelite')
.itemInputs('gtceu:ulv_machine_casing', '2x #forge:single_cables/red_alloy')