output = output

This commit is contained in:
YuRaNnNzZZ 2025-02-22 09:03:07 +03:00
parent ba012cf9d0
commit 1be974006f
Signed by: YuRaNnNzZZ
GPG Key ID: 5F71738C85A6006D

View File

@ -45,7 +45,7 @@ fun addMultiblockRecipes(consumer: RecipeOutput) {
MatteryRecipe(MItems.ENERGY_OUTPUT_HATCH, category = machinesCategory)
.row(Tags.Items.DUSTS_REDSTONE, MItemTags.DILITHIUM_GEMS, Tags.Items.DUSTS_REDSTONE)
.row(MItems.ELECTRIC_PARTS, MItems.ENERGY_INPUT_INTERFACE, MItems.ELECTRIC_PARTS)
.row(MItems.ELECTRIC_PARTS, MItems.ENERGY_OUTPUT_INTERFACE, MItems.ELECTRIC_PARTS)
.rowAC(MItemTags.GOLD_WIRES, MItemTags.GOLD_WIRES)
.build(consumer)