Merge pull request #639 from Pyritie/patch-1
Fixed not being able to make cobble in assembler
This commit is contained in:
commit
ff43daae07
1 changed files with 2 additions and 1 deletions
|
|
@ -1719,6 +1719,7 @@ const registerTFCRecipes = (event) => {
|
||||||
event.recipes.gtceu.assembler(`tfg:tfc/${stone}_loose_to_brick`)
|
event.recipes.gtceu.assembler(`tfg:tfc/${stone}_loose_to_brick`)
|
||||||
.itemInputs(`tfc:rock/loose/${stone}`)
|
.itemInputs(`tfc:rock/loose/${stone}`)
|
||||||
.itemOutputs(`tfc:brick/${stone}`)
|
.itemOutputs(`tfc:brick/${stone}`)
|
||||||
|
.circuit(1)
|
||||||
.duration(40)
|
.duration(40)
|
||||||
.EUt(8)
|
.EUt(8)
|
||||||
|
|
||||||
|
|
@ -1808,7 +1809,7 @@ const registerTFCRecipes = (event) => {
|
||||||
|
|
||||||
event.recipes.gtceu.assembler(`${stone}_loose_rocks_to_cobble`)
|
event.recipes.gtceu.assembler(`${stone}_loose_rocks_to_cobble`)
|
||||||
.itemInputs(`4x tfc:rock/loose/${stone}`)
|
.itemInputs(`4x tfc:rock/loose/${stone}`)
|
||||||
.circuit(0)
|
.circuit(2)
|
||||||
.inputFluids(Fluid.of('gtceu:concrete', 72))
|
.inputFluids(Fluid.of('gtceu:concrete', 72))
|
||||||
.itemOutputs(`tfc:rock/cobble/${stone}`)
|
.itemOutputs(`tfc:rock/cobble/${stone}`)
|
||||||
.duration(50)
|
.duration(50)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue