Skip to content

Commit

Permalink
Use stock AE2 crafting units to craft MEGA units
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed Mar 1, 2023
1 parent 03dafda commit a2c573e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ protected void generateRecipes(@NotNull Consumer<FinishedRecipe> consumer) {
.pattern("aba")
.pattern("cdc")
.pattern("aba")
.define('a', Items.IRON_INGOT)
.define('a', AEBlocks.CRAFTING_UNIT)
.define('b', AEItems.LOGIC_PROCESSOR)
.define('c', AEParts.SMART_CABLE.item(AEColor.TRANSPARENT))
.define('d', AEItems.ENGINEERING_PROCESSOR)
Expand Down

0 comments on commit a2c573e

Please sign in to comment.