aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/java/com/github/bartimaeusnek/bartworks/system/material/GT_Enhancement/PlatinumSludgeOverHaul.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/com/github/bartimaeusnek/bartworks/system/material/GT_Enhancement/PlatinumSludgeOverHaul.java b/src/main/java/com/github/bartimaeusnek/bartworks/system/material/GT_Enhancement/PlatinumSludgeOverHaul.java
index 6658474734..fadea47d5d 100644
--- a/src/main/java/com/github/bartimaeusnek/bartworks/system/material/GT_Enhancement/PlatinumSludgeOverHaul.java
+++ b/src/main/java/com/github/bartimaeusnek/bartworks/system/material/GT_Enhancement/PlatinumSludgeOverHaul.java
@@ -656,7 +656,8 @@ public class PlatinumSludgeOverHaul {
// gt machines
maploop: for (GT_Recipe.GT_Recipe_Map map : GT_Recipe.GT_Recipe_Map.sMappings) {
if (map == GT_Recipe.GT_Recipe_Map.sFusionRecipes || map == GT_Recipe.GT_Recipe_Map.sUnboxinatorRecipes
- || map == GT_Recipe.GT_Recipe_Map.sBoxinatorRecipes)
+ || map == GT_Recipe.GT_Recipe_Map.sBoxinatorRecipes
+ || map.mUnlocalizedName.equals("gt.recipe.eyeofharmony"))
continue;
HashSet<GT_Recipe> toDel = new HashSet<>();
recipeloop: for (GT_Recipe recipe : map.mRecipeList) {