fixes #1423
This commit is contained in:
parent
8d686fc686
commit
ec46eb3832
2 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue