fixed recipe conflict with mushroom blocks
This commit is contained in:
parent
d205f76aa1
commit
02303f349b
2 changed files with 6 additions and 1 deletions
|
|
@ -166,24 +166,28 @@ const registerGTCEURecipes = (event) => {
|
|||
event.recipes.gtceu.compressor('plant_ball_from_tfc_seeds')
|
||||
.itemInputs('8x #tfc:seeds')
|
||||
.itemOutputs('gtceu:plant_ball')
|
||||
.circuit(1)
|
||||
.duration(300)
|
||||
.EUt(2)
|
||||
|
||||
event.recipes.gtceu.compressor('plant_ball_from_tfc_food')
|
||||
.itemInputs('8x #tfc:foods')
|
||||
.itemOutputs('gtceu:plant_ball')
|
||||
.circuit(1)
|
||||
.duration(300)
|
||||
.EUt(2)
|
||||
|
||||
event.recipes.gtceu.compressor('plant_ball_from_tfc_plants')
|
||||
.itemInputs('8x #tfc:plants')
|
||||
.itemOutputs('gtceu:plant_ball')
|
||||
.circuit(1)
|
||||
.duration(300)
|
||||
.EUt(2)
|
||||
|
||||
event.recipes.gtceu.compressor('plant_ball_from_tfc_corals')
|
||||
.itemInputs('8x #tfc:corals')
|
||||
.itemOutputs('gtceu:plant_ball')
|
||||
.circuit(1)
|
||||
.duration(300)
|
||||
.EUt(2)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue