Skip to content

Commit

Permalink
Remove the dual output hatch from the ME buffer recipe (#1788)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorbatron authored Aug 20, 2024
1 parent 996d726 commit 52990db
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,6 @@ public static void init(Consumer<FinishedRecipe> provider) {

ASSEMBLY_LINE_RECIPES.recipeBuilder("me_pattern_buffer")
.inputItems(DUAL_IMPORT_HATCH[LuV], 1)
.inputItems(DUAL_EXPORT_HATCH[LuV], 1)
.inputItems(EMITTER_LuV, 1)
.inputItems(CustomTags.LuV_CIRCUITS, 4)
.inputItems(AEBlocks.PATTERN_PROVIDER.asItem(), 3)
Expand Down

0 comments on commit 52990db

Please sign in to comment.