Skip to content

Commit

Permalink
Change Maintenance Hatch Recipe (#1866)
Browse files Browse the repository at this point in the history
  • Loading branch information
krossgg authored Sep 1, 2024
1 parent a52bf75 commit 6be8d8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ public static void init(Consumer<FinishedRecipe> provider) {

ASSEMBLER_RECIPES.recipeBuilder("maintenance_hatch")
.inputItems(HULL[LV])
.circuitMeta(1)
.circuitMeta(8)
.outputItems(MAINTENANCE_HATCH)
.duration(100).EUt(VA[LV]).save(provider);

Expand Down

0 comments on commit 6be8d8e

Please sign in to comment.