Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Pollution detector balancing at LV (#127)
Browse files Browse the repository at this point in the history
balancing Pollution detector at LV
  • Loading branch information
Dream-Master authored Feb 13, 2022
1 parent e0b61ea commit b1c2381
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java
Original file line number Diff line number Diff line change
Expand Up @@ -1931,9 +1931,9 @@ private static void runModRecipes(){

//Pollution Detector
RecipeUtils.addShapedGregtechRecipe(
CI.component_Plate[1], CI.sensor_MV, CI.component_Plate[1],
CI.component_Plate[2], CI.electricMotor_ULV, CI.component_Plate[2],
CI.getTieredCircuit(1), CI.machineHull_LV, CI.getTieredCircuit(0),
"plateSteel", CI.sensor_LV, "plateSteel",
"plateSteel", CI.electricMotor_LV, "plateSteel",
CI.getTieredCircuit(1), CI.machineHull_LV, CI.getTieredCircuit(1),
GregtechItemList.Pollution_Detector.get(1));

//ULV
Expand Down

0 comments on commit b1c2381

Please sign in to comment.