change energy acceptor to use a machine hull instead of a converter, because it doesn't convert! (#2553)

Signed-off-by: thederpysockdude123 <thederpysockdude123@gmail.com>
This commit is contained in:
thederpysockdude123 2025-12-30 12:24:38 -07:00 committed by GitHub
parent 73ca051402
commit e60ff4cde4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -652,7 +652,7 @@ const registerAE2Recipes = (event) => {
// Energy Acceptor
event.recipes.gtceu.assembler('tfg:ae2/energy_acceptor')
.itemInputs('5x gtceu:silver_double_cable', 'gtceu:hv_1a_energy_converter', 'gtceu:annealed_copper_single_cable')
.itemInputs('5x gtceu:silver_double_cable', 'gtceu:hv_machine_hull', 'gtceu:annealed_copper_single_cable')
.itemOutputs('ae2:energy_acceptor')
.circuit(1)
.duration(520)