Skip to content

Commit

Permalink
small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Volence committed Aug 27, 2024
1 parent 756690c commit 6d44e48
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import static gregtech.api.util.GT_ModHandler.RecipeBits.DELETE_ALL_OTHER_RECIPES;
import static gtPlusPlus.core.material.ALLOY.NITINOL_60;
import static gtPlusPlus.core.material.ALLOY.STELLITE;
import static gtPlusPlus.core.material.ALLOY.TUNGSTENSTEEL;

import java.util.function.Consumer;

Expand Down Expand Up @@ -698,7 +697,7 @@ public void run() {
ItemList.Machine_Multi_Lathe.get(1),
bits,
new Object[] { "CFC", "EAE", "CFC", 'A', ItemList.Machine_EV_Lathe, 'F',
OrePrefixes.circuit.get(Materials.IV), 'C', TUNGSTENSTEEL.getPlate(1), 'E',
OrePrefixes.circuit.get(Materials.IV), 'C', OrePrefixes.plate.get(Materials.TungstenSteel), 'E',
ItemList.Electric_Motor_EV });

// Item Pipe Casings
Expand Down

0 comments on commit 6d44e48

Please sign in to comment.