Fix for Hopper conflict with Assembler (#1098)

This commit is contained in:
TomPlop 2025-05-30 14:58:37 -04:00 committed by GitHub
parent 0828126688
commit 6ad1717237
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 10 deletions

View file

@ -597,6 +597,7 @@ const registerMinecraftRecipes = (event) => {
event.recipes.gtceu.assembler('hopper_wrought_iron')
.itemInputs('#forge:chests', '5x #forge:plates/wrought_iron')
.itemOutputs('minecraft:hopper')
.circuit(8)
.duration(700)
.EUt(2)