who is peat and why does he have a use?
This commit is contained in:
parent
e6f7b5e4ee
commit
e3a365fa84
3 changed files with 27 additions and 1 deletions
|
|
@ -238,6 +238,25 @@ function registerGTCEuMachineRecipes(event) {
|
|||
|
||||
//#region CokeOven
|
||||
|
||||
event.remove({ id: 'gtceu:shaped/casing_coke_bricks' })
|
||||
event.remove({ id: 'gtceu:compressor/coke_bricks' })
|
||||
|
||||
event.shaped('gtceu:coke_oven_bricks', [
|
||||
'ABA',
|
||||
'BAB',
|
||||
'ABA'
|
||||
], {
|
||||
A: 'tfc:mortar',
|
||||
B: 'gtceu:coke_oven_brick'
|
||||
}).id('tfg:shaped/coke_oven_bricks')
|
||||
|
||||
event.recipes.gtceu.assembler('tfg:coke_oven_bricks')
|
||||
.itemInputs('4x gtceu:coke_oven_bricks')
|
||||
.inputFluids(Fluid.of('gtceu:concrete 90'))
|
||||
.itemOutputs('gtceu:coke_oven_bricks')
|
||||
.duration(50)
|
||||
.EUt(2);
|
||||
|
||||
// Coke Oven
|
||||
removeMaceratorRecipe(event, 'macerate_coke_oven')
|
||||
event.recipes.gtceu.shaped('gtceu:coke_oven', [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue