diff options
| author | Dream-Master <dream-master@gmx.net> | 2017-06-29 20:11:32 +0200 |
|---|---|---|
| committer | Dream-Master <dream-master@gmx.net> | 2017-06-29 20:11:32 +0200 |
| commit | a75873e20501730b6bd840134b6b30f968b69932 (patch) | |
| tree | 1317a45432772f17b74f60318c8ecd3e6a81ce9d | |
| parent | 5dbde3bffc5a74d0867f605b40d0a8fe5a4b001d (diff) | |
| download | GT5-Unofficial-a75873e20501730b6bd840134b6b30f968b69932.tar.gz GT5-Unofficial-a75873e20501730b6bd840134b6b30f968b69932.tar.bz2 GT5-Unofficial-a75873e20501730b6bd840134b6b30f968b69932.zip | |
not need it
| -rw-r--r-- | src/main/java/gregtech/api/util/GT_Utility.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/api/util/GT_Utility.java b/src/main/java/gregtech/api/util/GT_Utility.java index d5e4e05937..3ab7d34d6b 100644 --- a/src/main/java/gregtech/api/util/GT_Utility.java +++ b/src/main/java/gregtech/api/util/GT_Utility.java @@ -2027,7 +2027,7 @@ public class GT_Utility { NBTTagCompound tNBT = getNBT(aStack); String tData = aX + "," + aY + "," + aZ + "," + aDim + ","; if (aFluid!=null) - tData += (aFluid.amount) + "," + aFluid.getLocalizedName() + ",";//TODO CHECK IF THAT /5000 is needed + tData += (aFluid.amount) + "," + aFluid.getLocalizedName() + ",";//TODO CHECK IF THAT /5000 is needed (Not needed) for (String tString : aOres) { tData += tString + ","; } |
