This commit is contained in:
Pyritie 2025-06-01 21:18:02 +01:00
commit a79652844d
63 changed files with 2593 additions and 1424 deletions

View file

@ -597,18 +597,19 @@ 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)
//#endregion
//#region Выход: Поршень
//#region Выход: Поршень (Piston)
event.recipes.gtceu.assembler('piston')
.itemInputs('#forge:plates/wrought_iron', '3x tfc:wood/planks/acacia', '4x #tfc:rock/raw')
.itemOutputs('4x minecraft:piston')
.itemInputs(ChemicalHelper.get(TagPrefix.rod, GTMaterials.WroughtIron, 1),ChemicalHelper.get(TagPrefix.gearSmall, GTMaterials.Brass, 1) , '3x #tfc:lumber', '4x #forge:cobblestone')
.itemOutputs('2x minecraft:piston')
.duration(100)
.EUt(16)
.EUt(GTValues.VA[GTValues.LV])
//#endregion