Skip to content

Commit

Permalink
Replace wrench with plate in bender recipe (#2057)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuiceyBeans authored Sep 29, 2024
1 parent c6432e7 commit 4d65ba5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -743,8 +743,8 @@ public static void init(Consumer<FinishedRecipe> provider) {
CABLE, 'C', COIL_HEATING_DOUBLE);
registerMachineRecipe(provider, GTMachines.ASSEMBLER, "ACA", "VMV", "WCW", 'M', HULL, 'V', CONVEYOR, 'A',
ROBOT_ARM, 'C', CIRCUIT, 'W', CABLE);
registerMachineRecipe(provider, GTMachines.BENDER, "PwP", "CMC", "EWE", 'M', HULL, 'E', MOTOR, 'P', PISTON, 'C',
CIRCUIT, 'W', CABLE);
registerMachineRecipe(provider, GTMachines.BENDER, "PBP", "CMC", "EWE", 'M', HULL, 'E', MOTOR, 'P', PISTON, 'C',
CIRCUIT, 'W', CABLE, 'B', PLATE);
registerMachineRecipe(provider, GTMachines.CANNER, "WPW", "CMC", "GGG", 'M', HULL, 'P', PUMP, 'C', CIRCUIT, 'W',
CABLE, 'G', GLASS);
registerMachineRecipe(provider, GTMachines.COMPRESSOR, " C ", "PMP", "WCW", 'M', HULL, 'P', PISTON, 'C',
Expand Down

0 comments on commit 4d65ba5

Please sign in to comment.