output = output
This commit is contained in:
parent
ba012cf9d0
commit
1be974006f
@ -45,7 +45,7 @@ fun addMultiblockRecipes(consumer: RecipeOutput) {
|
|||||||
|
|
||||||
MatteryRecipe(MItems.ENERGY_OUTPUT_HATCH, category = machinesCategory)
|
MatteryRecipe(MItems.ENERGY_OUTPUT_HATCH, category = machinesCategory)
|
||||||
.row(Tags.Items.DUSTS_REDSTONE, MItemTags.DILITHIUM_GEMS, Tags.Items.DUSTS_REDSTONE)
|
.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)
|
.rowAC(MItemTags.GOLD_WIRES, MItemTags.GOLD_WIRES)
|
||||||
.build(consumer)
|
.build(consumer)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user