fixes #1423
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
- Fixed Styrene Butadiene Belt recipe (#1421) @BlueBoat29
|
||||
- Fixed deer dropping camelidae meat with a butchery knife @Pyritie
|
||||
- Fixed gas pressurizer machine not having a GUI (#1425) @Pyritie
|
||||
- Fixed recipe conflict with hoppers and ULV machine casings (#1423) @Pyritie
|
||||
|
||||
## [0.10.2] - 20-07-2025
|
||||
### Changes
|
||||
|
||||
@@ -603,7 +603,7 @@ const registerMinecraftRecipes = (event) => {
|
||||
event.recipes.gtceu.assembler('hopper_wrought_iron')
|
||||
.itemInputs('#forge:chests', '5x #forge:plates/wrought_iron')
|
||||
.itemOutputs('minecraft:hopper')
|
||||
.circuit(8)
|
||||
.circuit(32)
|
||||
.duration(700)
|
||||
.EUt(2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user