diff options
author | Martin Robertz <dream-master@gmx.net> | 2023-12-11 09:17:20 +0100 |
---|---|---|
committer | Martin Robertz <dream-master@gmx.net> | 2023-12-11 09:17:20 +0100 |
commit | 0c13f3d3ee454841b057ed029247c3c08da6c449 (patch) | |
tree | 6c72af106dc7c53bf884c921918a004a32dc10a4 /src/main/java/com | |
parent | c315a6cfa8e167bf00a4238bd707c44f47227be7 (diff) | |
download | GT5-Unofficial-0c13f3d3ee454841b057ed029247c3c08da6c449.tar.gz GT5-Unofficial-0c13f3d3ee454841b057ed029247c3c08da6c449.tar.bz2 GT5-Unofficial-0c13f3d3ee454841b057ed029247c3c08da6c449.zip |
fix
Diffstat (limited to 'src/main/java/com')
-rw-r--r-- | src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_EyeOfHarmony.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_EyeOfHarmony.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_EyeOfHarmony.java index 3df0c495d3..9788e9e398 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_EyeOfHarmony.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_EyeOfHarmony.java @@ -1503,7 +1503,7 @@ public class GT_MetaTileEntity_EM_EyeOfHarmony extends GT_MetaTileEntity_Multibl } else { str.add( "Estimated EU/t: " + RED - + toStandardForm(euPerTick) + + toStandardForm(euPerTick.longValue()) + RESET + " EU/t"); } |