aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech
diff options
context:
space:
mode:
authorOmdaCZ <140348253+OmdaCZ@users.noreply.github.com>2024-08-23 18:17:54 +0200
committerGitHub <noreply@github.com>2024-08-23 16:17:54 +0000
commit70679d342c65ef8a07b5729054ef64e3fb36d46e (patch)
treef769977f85879ba7694a2e1a71a1ed117e89637c /src/main/java/gregtech
parent8f9abb07710a8057e0660ec8687badeec99de29d (diff)
downloadGT5-Unofficial-70679d342c65ef8a07b5729054ef64e3fb36d46e.tar.gz
GT5-Unofficial-70679d342c65ef8a07b5729054ef64e3fb36d46e.tar.bz2
GT5-Unofficial-70679d342c65ef8a07b5729054ef64e3fb36d46e.zip
Tooltip fixes (#2919)
* Fixed tooltips of some machines. * removed properly what I didn't remove before * Undid redundant change. --------- Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: chochem <40274384+chochem@users.noreply.github.com>
Diffstat (limited to 'src/main/java/gregtech')
-rw-r--r--src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_LargeTurbine_Gas.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_LargeTurbine_Gas.java b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_LargeTurbine_Gas.java
index e84c695d68..71dc1c4d15 100644
--- a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_LargeTurbine_Gas.java
+++ b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_LargeTurbine_Gas.java
@@ -57,8 +57,6 @@ public class GT_MetaTileEntity_LargeTurbine_Gas extends GT_MetaTileEntity_LargeT
tt.addMachineType("Gas Turbine")
.addInfo("Controller block for the Large Gas Turbine")
.addInfo("Needs a Turbine, place inside controller")
- .addInfo("Warning: Will be capped at 8192 EU/t in a future update")
- .addInfo("See the Advanced Large Gas Turbine as the next, uncapped, option")
// .addInfo("The excess fuel that gets consumed will be voided!")
.addPollutionAmount(getPollutionPerSecond(null))
.addSeparator()