Skip to content

Commit

Permalink
Fix LuV world accelerator assembler recipe (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss authored Oct 22, 2024
1 parent dfb3674 commit 7545202
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2630,7 +2630,7 @@ public void run() {
ItemList.Robot_Arm_LuV.get(2),
ItemList.Electric_Piston_LuV.get(2),
ItemList.Hull_LuV.get(1))
.itemOutputs(ItemList.AcceleratorUV.get(1)).duration(5 * SECONDS).eut(TierEU.RECIPE_HV)
.itemOutputs(ItemList.AcceleratorLuV.get(1)).duration(5 * SECONDS).eut(TierEU.RECIPE_HV)
.addTo(assemblerRecipes);

// Assembler Machine Casing
Expand Down

0 comments on commit 7545202

Please sign in to comment.