diff options
author | Connor-Colenso <52056774+Connor-Colenso@users.noreply.github.com> | 2023-02-09 07:17:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-09 08:17:17 +0100 |
commit | b4b5e9077704a4e7d8619e7cd0d527af0c828a72 (patch) | |
tree | 57dd39418ea4bf4872290047d1f50d59781ef240 /src/main/java/gtPlusPlus/core/recipe | |
parent | 53d893935094140835494e3b983cbef6d0adc731 (diff) | |
download | GT5-Unofficial-b4b5e9077704a4e7d8619e7cd0d527af0c828a72.tar.gz GT5-Unofficial-b4b5e9077704a4e7d8619e7cd0d527af0c828a72.tar.bz2 GT5-Unofficial-b4b5e9077704a4e7d8619e7cd0d527af0c828a72.zip |
Fix immature alk code (#535)
* Remove immature code
* Remove even more immature code
* spotlessApply (#536)
Co-authored-by: GitHub GTNH Actions <>
---------
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'src/main/java/gtPlusPlus/core/recipe')
-rw-r--r-- | src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java | 2 | ||||
-rw-r--r-- | src/main/java/gtPlusPlus/core/recipe/common/CI.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java b/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java index a2c02b51c2..4786e67989 100644 --- a/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java +++ b/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java @@ -868,7 +868,7 @@ public class RECIPES_Machines { private static void algaeFarm() { - // Give the shitty algae a use :) + // Give the bad algae a use. CORE.RA.addDistilleryRecipe( ItemUtils.getSimpleStack(AgriculturalChem.mAlgaeBiosmass, 32), null, diff --git a/src/main/java/gtPlusPlus/core/recipe/common/CI.java b/src/main/java/gtPlusPlus/core/recipe/common/CI.java index 55dff5cbf7..bb7704e530 100644 --- a/src/main/java/gtPlusPlus/core/recipe/common/CI.java +++ b/src/main/java/gtPlusPlus/core/recipe/common/CI.java @@ -665,7 +665,7 @@ public class CI { m = aMaster[2][aTier]; aReturn = ItemUtils.getOrePrefixStack(aPrefix, m, aAmount); - // All Invalid? Ok, shit. + // All Invalid? // Let's add a special error ingot. if (!ItemUtils.checkForInvalidItems(aReturn)) { aReturn = ItemUtils |