diff options
author | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2019-02-12 00:32:17 +0100 |
---|---|---|
committer | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2019-02-12 00:32:17 +0100 |
commit | 1f2c20b82c23abfb091c0e31bcfdce2789ed1a45 (patch) | |
tree | 4f0d7ed83e6500c9fabc21208012d6b337d726f2 /src/main/java/gregtech/api/util | |
parent | 3733c1445d9379bea6da6bf759fa349c9e58757e (diff) | |
download | GT5-Unofficial-1f2c20b82c23abfb091c0e31bcfdce2789ed1a45.tar.gz GT5-Unofficial-1f2c20b82c23abfb091c0e31bcfdce2789ed1a45.tar.bz2 GT5-Unofficial-1f2c20b82c23abfb091c0e31bcfdce2789ed1a45.zip |
restored compability for the Driller Base
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
Diffstat (limited to 'src/main/java/gregtech/api/util')
-rw-r--r-- | src/main/java/gregtech/api/util/GT_Recipe.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/gregtech/api/util/GT_Recipe.java b/src/main/java/gregtech/api/util/GT_Recipe.java index 4938b74338..8d9595abdf 100644 --- a/src/main/java/gregtech/api/util/GT_Recipe.java +++ b/src/main/java/gregtech/api/util/GT_Recipe.java @@ -162,7 +162,6 @@ public class GT_Recipe implements Comparable<GT_Recipe> { mDuration = aDuration;
mSpecialValue = aSpecialValue;
mEUt = aEUt;
-
// checkCellBalance();
}
|