Update Ostrum Linear Accelerator with Ostrum casings (#1916)

* Fix Chute Assembler recipe

* Fix quest tips beekeper

* Fix for wine and jar alloy smelter conflicting recipe

* fix to fit #1141

* mistakes were made

* Fix jetpack 1 quest mv

* Mistake again

* Revert the fix on chute

* Change Ostrum Factory Casings
This commit is contained in:
TomPlop 2025-09-27 15:20:35 -04:00 committed by GitHub
parent 4febc1dc32
commit 3171c386c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -621,7 +621,7 @@ const registerGTCEuMachines = (event) => {
.where('X', Predicates.controller(Predicates.blocks(definition.get())))
.where('A', Predicates.blocks('tfg:casings/machine_casing_mars')
.or(Predicates.abilities(PartAbility.INPUT_ENERGY).setMinGlobalLimited(1).setMaxGlobalLimited(2)))
.where('B', Predicates.blocks('gtceu:high_temperature_smelting_casing'))
.where('B', Predicates.blocks('tfg:casings/machine_casing_ostrum_carbon'))
.where('C', Predicates.blocks('tfg:casings/machine_casing_vacuum_engine_intake'))
.where('D', Predicates.blocks('gtceu:heat_vent'))
.where('E', Predicates.blocks('tfg:casings/machine_casing_mars')
@ -643,7 +643,7 @@ const registerGTCEuMachines = (event) => {
.aisle('A AMA', 'A AXA', 'AAAAAAAAA', ' ', ' ' )
.where('X', controller, Direction.SOUTH)
.where('A', Block.getBlock('tfg:casings/machine_casing_mars'))
.where('B', Block.getBlock('gtceu:high_temperature_smelting_casing'))
.where('B', Block.getBlock('tfg:casings/machine_casing_ostrum_carbon'))
.where('C', Block.getBlock('tfg:casings/machine_casing_vacuum_engine_intake'))
.where('D', Block.getBlock('gtceu:heat_vent'))
.where('E', GTMachines.FLUID_IMPORT_HATCH[GTValues.EV], Direction.SOUTH)