fix mushroom conflicting recipes
This commit is contained in:
parent
c8ac4fd7fd
commit
0523ff9a02
3 changed files with 8 additions and 7 deletions
|
|
@ -1005,7 +1005,6 @@ const registerMinecraftRecipes = (event) => {
|
|||
event.recipes.gtceu.compressor('tfg:red_mushroom')
|
||||
.itemInputs('4x minecraft:red_mushroom')
|
||||
.itemOutputs('minecraft:red_mushroom_block')
|
||||
.circuit(2)
|
||||
.duration(20)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
||||
|
|
@ -1013,7 +1012,6 @@ const registerMinecraftRecipes = (event) => {
|
|||
.itemInputs('4x minecraft:brown_mushroom')
|
||||
.itemOutputs('minecraft:brown_mushroom_block')
|
||||
.duration(20)
|
||||
.circuit(2)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
||||
event.recipes.gtceu.chemical_bath('tfg:red_mushroom_to_shroomlight')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue