fixed the quantum link recipe being impossible

This commit is contained in:
Pyritie 2025-09-08 14:26:16 +01:00
parent d8b79ac952
commit 5abfc852ad

View file

@ -2162,15 +2162,12 @@ global.MINECRAFT_DYE_NAMES.forEach(dye => {
// Quantum Link Chamber
event.recipes.gtceu.assembly_line('ae2:quantum_link')
.itemInputs(
'8x ae2:fluix_pearl',
'gtceu:fusion_glass',
'8x tfg:cryo_fluix_pearl',
'ae2:quartz_glass',
'32x megacells:accumulation_processor',
'32x megacells:accumulation_processor',
'32x ae2:engineering_processor',
'32x ae2:engineering_processor',
'32x ae2:logic_processor',
'32x ae2:logic_processor',
'32x ae2:calculation_processor',
'32x ae2:calculation_processor',
'gtceu:ruthenium_trinium_americium_neutronate_hex_wire',
'32x gtceu:uv_sensor',
@ -2179,7 +2176,7 @@ global.MINECRAFT_DYE_NAMES.forEach(dye => {
'gtceu:max_battery')
.inputFluids(Fluid.of('tfg:fluix', 144*2000))
.inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*1500))
.stationResearch(b => b.researchStack(Item.of('minecraft:glass')).EUt(GTValues.VA[GTValues.UV]).CWUt(256))
.stationResearch(b => b.researchStack(Item.of('ae2:quartz_glass')).EUt(GTValues.VA[GTValues.UV]).CWUt(256))
.dimension('ad_astra:moon')
.itemOutputs('ae2:quantum_link')
.duration(700)