Rebalance LSA (#1591)

* Balance LSA

* Add changelog

* Add Parallel Hatch ability

* Trying to fix changelog

* Try again
This commit is contained in:
TomPlop 2025-08-11 16:44:22 -04:00 committed by GitHub
parent 35a84dde36
commit de8fe6ce78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 8 deletions

View file

@ -1287,9 +1287,9 @@ const registerGTCEURecipes = (event) => {
.EUt(GTValues.VH[GTValues.EV])
event.recipes.gtceu.large_chemical_reactor('tfg:solar_coolant_t2')
.inputFluids(Fluid.of('tfg:solar_coolant', 1000), Fluid.of('gtceu:argon', 1000))
.inputFluids(Fluid.of('tfg:solar_coolant', 8000), Fluid.of('gtceu:argon', 1000))
.itemInputs(Item.of('#forge:aerogels'))
.outputFluids(Fluid.of('tfg:solar_coolant_tier2', 1000))
.outputFluids(Fluid.of('tfg:solar_coolant_tier2', 8000))
.duration(20*15)
.EUt(GTValues.VH[GTValues.IV])

View file

@ -1119,8 +1119,8 @@ function registerGTCEuMachineRecipes(event) {
.notConsumable('ad_astra:photovoltaic_etrium_cell')
.perTick(true)
.chancedFluidInput('tfg:solar_coolant 10', 5000, 0)
.inputFluids('tfg:cryogenized_fluix 40')
.outputFluids('tfg:fluix 10')
.inputFluids('tfg:cryogenized_fluix 4')
.outputFluids('tfg:fluix 1')
.perTick(false)
.duration(20 * 20)
.daytime(false)
@ -1142,8 +1142,8 @@ function registerGTCEuMachineRecipes(event) {
.notConsumable('ad_astra:photovoltaic_vesnium_cell')
.perTick(true)
.chancedFluidInput('tfg:solar_coolant_tier2 10', 5000, 0)
.inputFluids('tfg:cryogenized_fluix 40')
.outputFluids('tfg:fluix 10')
.inputFluids('tfg:cryogenized_fluix 4')
.outputFluids('tfg:fluix 1')
.perTick(false)
.duration(20 * 20)
.daytime(false)