diff options
author | Tom Dickson <github@bombcar.com> | 2021-11-24 10:16:07 -0600 |
---|---|---|
committer | Tom Dickson <github@bombcar.com> | 2021-11-24 10:16:07 -0600 |
commit | 1fc8ef96b36b54f8b8f02e84ec537f0dc0fc3f53 (patch) | |
tree | 72d80c81396166cba4ec049a81dad1cf5ef72c23 /src/Java/gtPlusPlus/core | |
parent | 81bc9e0e2dc60959acfce307ba5816a2eafe15b5 (diff) | |
download | GT5-Unofficial-1fc8ef96b36b54f8b8f02e84ec537f0dc0fc3f53.tar.gz GT5-Unofficial-1fc8ef96b36b54f8b8f02e84ec537f0dc0fc3f53.tar.bz2 GT5-Unofficial-1fc8ef96b36b54f8b8f02e84ec537f0dc0fc3f53.zip |
fix catalyst durability bar
Diffstat (limited to 'src/Java/gtPlusPlus/core')
-rw-r--r-- | src/Java/gtPlusPlus/core/recipe/common/CI.java | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/common/CI.java b/src/Java/gtPlusPlus/core/recipe/common/CI.java index 93ede378a8..9379ac139a 100644 --- a/src/Java/gtPlusPlus/core/recipe/common/CI.java +++ b/src/Java/gtPlusPlus/core/recipe/common/CI.java @@ -529,12 +529,6 @@ public class CI { return ItemUtils.getEmptyCell(i); } - - - /* - * - */ - private static final Material[] aMaterial_Main = new Material[] { ALLOY.POTIN, ALLOY.TUMBAGA, @@ -684,11 +678,6 @@ public class CI { Material m = null; - - - - - if (aPrefix == OrePrefixes.liquid) { int aMatID = (aTier == 0 || aTier == 2 || aTier == 5 || aTier == 8 ? 0 : (aTier == 1 || aTier == 3 || aTier == 6 || aTier == 9 ? 1 : 2)); ItemStack aCell = aMaster[aMatID][aTier].getCell(aAmount); |