Fix for Hopper conflict with Assembler (#1098)
This commit is contained in:
parent
0828126688
commit
6ad1717237
2 changed files with 1 additions and 10 deletions
|
|
@ -1078,16 +1078,6 @@ const registerGTCEURecipes = (event) => {
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
|
|
||||||
//#region Hopper
|
|
||||||
|
|
||||||
event.recipes.gtceu.assembler('gtceu:assembler/hopper_wrought_iron')
|
|
||||||
.itemInputs('#forge:chests', '5x #forge:plates/wrought_iron')
|
|
||||||
.itemOutputs('minecraft:hopper')
|
|
||||||
.circuit(8)
|
|
||||||
.duration(200)
|
|
||||||
.EUt(2)
|
|
||||||
|
|
||||||
//#endregion
|
|
||||||
|
|
||||||
//#region Credits
|
//#region Credits
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -597,6 +597,7 @@ const registerMinecraftRecipes = (event) => {
|
||||||
event.recipes.gtceu.assembler('hopper_wrought_iron')
|
event.recipes.gtceu.assembler('hopper_wrought_iron')
|
||||||
.itemInputs('#forge:chests', '5x #forge:plates/wrought_iron')
|
.itemInputs('#forge:chests', '5x #forge:plates/wrought_iron')
|
||||||
.itemOutputs('minecraft:hopper')
|
.itemOutputs('minecraft:hopper')
|
||||||
|
.circuit(8)
|
||||||
.duration(700)
|
.duration(700)
|
||||||
.EUt(2)
|
.EUt(2)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue