This commit is contained in:
Dmitry 2023-11-25 13:15:14 +07:00
parent e27a3670eb
commit d291e2bf77
10 changed files with 73 additions and 28 deletions

View file

@ -29,6 +29,50 @@ const registerGTRecipes = (event) => {
1399
)
// Pump Deck
event.shaped('gtceu:pump_deck', [
'ABA',
'CDE'
], {
A: '#forge:screws/wrought_iron',
B: 'gtceu:treated_wood_planks',
C: '#forge:tools/hammers',
D: '#tfc:rock_slabs',
E: '#forge:tools/screwdrivers'
}).id('gtceu:shaped/pump_deck')
// Pump Hatch
event.shaped('gtceu:pump_hatch', [
'ABC',
'DED',
'FBF'
], {
A: '#forge:screws/wrought_iron',
B: '#forge:rings/wrought_iron',
C: '#forge:tools/screwdrivers',
D: 'gtceu:treated_wood_planks',
E: 'gtceu:wood_large_fluid_pipe',
F: '#tfc:rock_slabs'
}).id('gtceu:shaped/pump_hatch')
// Primitive Pump
event.shaped('gtceu:primitive_pump', [
'ABC',
'DEF',
'GHG'
], {
A: '#forge:rings/wrought_iron',
B: 'gtceu:wood_normal_fluid_pipe',
C: '#forge:screws/wrought_iron',
D: '#forge:rotors/wrought_iron',
E: 'gtceu:treated_wood_planks',
F: '#forge:tools/screwdrivers',
G: '#tfc:rock_slabs',
H: 'gtceu:wood_large_fluid_pipe'
}).id('gtceu:shaped/primitive_pump')
// Coke Oven
event.shaped('gtceu:coke_oven', [
'ABA',