fix mushroom conflicting recipes

This commit is contained in:
Pyritie 2025-07-19 19:43:09 +01:00
parent c8ac4fd7fd
commit 0523ff9a02
3 changed files with 8 additions and 7 deletions

View file

@ -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')