diff options
| author | OmdaCZ <140348253+OmdaCZ@users.noreply.github.com> | 2024-08-23 18:17:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-23 16:17:54 +0000 |
| commit | 70679d342c65ef8a07b5729054ef64e3fb36d46e (patch) | |
| tree | f769977f85879ba7694a2e1a71a1ed117e89637c /src/main/java/gtPlusPlus | |
| parent | 8f9abb07710a8057e0660ec8687badeec99de29d (diff) | |
| download | GT5-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/gtPlusPlus')
2 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_AlloyBlastSmelter.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_AlloyBlastSmelter.java index c2ed2cbd31..babf05a4e1 100644 --- a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_AlloyBlastSmelter.java +++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_AlloyBlastSmelter.java @@ -80,7 +80,6 @@ public class GregtechMetaTileEntity_AlloyBlastSmelter GT_Multiblock_Tooltip_Builder tt = new GT_Multiblock_Tooltip_Builder(); tt.addMachineType(getMachineType()) .addInfo("Controller Block for the Alloy Blast Smelter") - .addInfo("20% Faster than the Electric Blast Furnace") .addInfo("Allows Complex GT++ alloys to be created") .addInfo("Accepts only one Energy Hatch") .addInfo("Circuit for recipe goes in the Input Bus or GUI slot") diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_IndustrialRockBreaker.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_IndustrialRockBreaker.java index 597b2b95ca..a6f98b6d1f 100644 --- a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_IndustrialRockBreaker.java +++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_IndustrialRockBreaker.java @@ -87,7 +87,7 @@ public class GregtechMetaTileEntity_IndustrialRockBreaker extends .addInfo("Speed: +200% | EU Usage: 75% | Parallel: Tier x 8") .addInfo("Circuit goes in the GUI slot") .addInfo("1 = cobble, 2 = stone, 3 = obsidian") - .addInfo("Supply Water/Lava") + .addInfo("Needs Water and Lava in input hatch") .addPollutionAmount(getPollutionPerSecond(null)) .addSeparator() .beginStructureBlock(3, 4, 3, true) |
