diff options
| author | Alexdoru <57050655+Alexdoru@users.noreply.github.com> | 2024-10-14 14:46:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-14 12:46:59 +0000 |
| commit | e6c8d35894d561e6aea1cfb7450f00a70c9e01d8 (patch) | |
| tree | 700dec83ddcd7f7b9b8f0b90cad30cc2cb33b38f /src/main/java/gregtech/common/tileentities/machines/multiblock | |
| parent | d3a4a52483aa8b069925dc55fd680f965b59f133 (diff) | |
| download | GT5-Unofficial-e6c8d35894d561e6aea1cfb7450f00a70c9e01d8.tar.gz GT5-Unofficial-e6c8d35894d561e6aea1cfb7450f00a70c9e01d8.tar.bz2 GT5-Unofficial-e6c8d35894d561e6aea1cfb7450f00a70c9e01d8.zip | |
Multi ToolTip unification (#3343)
Co-authored-by: chochem <40274384+chochem@users.noreply.github.com>
Co-authored-by: GDCloud <gdcloudstrike@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'src/main/java/gregtech/common/tileentities/machines/multiblock')
5 files changed, 4 insertions, 15 deletions
diff --git a/src/main/java/gregtech/common/tileentities/machines/multiblock/AdvChemicalProcessor.java b/src/main/java/gregtech/common/tileentities/machines/multiblock/AdvChemicalProcessor.java index b553849d3a..0d86b67dc2 100644 --- a/src/main/java/gregtech/common/tileentities/machines/multiblock/AdvChemicalProcessor.java +++ b/src/main/java/gregtech/common/tileentities/machines/multiblock/AdvChemicalProcessor.java @@ -181,15 +181,12 @@ public class AdvChemicalProcessor public MultiblockTooltipBuilder createTooltip() { final MultiblockTooltipBuilder tt = new MultiblockTooltipBuilder(); tt.addMachineType("Chemical Reactor") - .addInfo("Controller block for the Advanced Chemical Processor") .addInfo("Does not lose efficiency when overclocked") .addInfo("Accepts fluids instead of fluid cells") .addInfo("Can do multiple different recipes at once") .addInfo("By using the whitelist filter a recipe can push its output") .addInfo("to a different recipes input to chain them") .addInfo("Disclaimer: Still WIP - Use at your own risk") - .addInfo(GTValues.Authorminecraft7771) - .addSeparator() .beginStructureBlock(5, 3, 3, false) .addController("Front center") .addCasingInfoExactly("PTFE Pipe Machine Casing", 8, false) @@ -197,7 +194,7 @@ public class AdvChemicalProcessor .addCasingInfoExactly("EV+ Glass", 3, true) .addCasingInfoExactly("Motor Casing", 3, true) .addCasingInfoExactly("Chemical Casing", 27, false) - .toolTipFinisher("Gregtech"); + .toolTipFinisher(GTValues.Authorminecraft7771); return tt; } diff --git a/src/main/java/gregtech/common/tileentities/machines/multiblock/DistillationTower.java b/src/main/java/gregtech/common/tileentities/machines/multiblock/DistillationTower.java index e3a97cfebc..438ab34533 100644 --- a/src/main/java/gregtech/common/tileentities/machines/multiblock/DistillationTower.java +++ b/src/main/java/gregtech/common/tileentities/machines/multiblock/DistillationTower.java @@ -48,13 +48,10 @@ public class DistillationTower extends StackableController<DistillationTower, Di public MultiblockTooltipBuilder createTooltip() { final MultiblockTooltipBuilder tt = new MultiblockTooltipBuilder(); tt.addMachineType("Distillation Tower") - .addInfo("Controller block for the Distillation Tower") .addInfo("Can be specialised to be a mega structure") - .addInfo(GTValues.Authorminecraft7771) - .addSeparator() .beginStructureBlock(5, 3, 3, false) .addController("Front center") - .toolTipFinisher("Gregtech"); + .toolTipFinisher(GTValues.Authorminecraft7771); return tt; } diff --git a/src/main/java/gregtech/common/tileentities/machines/multiblock/LaserEngraver.java b/src/main/java/gregtech/common/tileentities/machines/multiblock/LaserEngraver.java index 36a1271e0d..39be3a10de 100644 --- a/src/main/java/gregtech/common/tileentities/machines/multiblock/LaserEngraver.java +++ b/src/main/java/gregtech/common/tileentities/machines/multiblock/LaserEngraver.java @@ -289,7 +289,6 @@ public class LaserEngraver extends ComplexParallelController<LaserEngraver, Lase final MultiblockTooltipBuilder tt = new MultiblockTooltipBuilder(); tt.addMachineType("Laser Engraver") .addInfo("Used for Engraving") - .addSeparator() .beginStructureBlock(3, 3, 5, true) .addController("Front right center") .toolTipFinisher(GTValues.AuthorTheEpicGamer274); diff --git a/src/main/java/gregtech/common/tileentities/machines/multiblock/LayeredCokeBattery.java b/src/main/java/gregtech/common/tileentities/machines/multiblock/LayeredCokeBattery.java index 18ad381477..8590c803e4 100644 --- a/src/main/java/gregtech/common/tileentities/machines/multiblock/LayeredCokeBattery.java +++ b/src/main/java/gregtech/common/tileentities/machines/multiblock/LayeredCokeBattery.java @@ -241,8 +241,6 @@ public class LayeredCokeBattery protected MultiblockTooltipBuilder createTooltip() { final MultiblockTooltipBuilder tt = new MultiblockTooltipBuilder(); tt.addMachineType("Coke Oven") - .addInfo("Controller for the Layered Coke Battery") - .addSeparator() .beginVariableStructureBlock(7, 9, 2 + getMinStacks(), 2 + getMaxStacks(), 7, 9, true) .addController("Bottom Front Center") .addCasingInfoExactly("Test Casing", 60, false) @@ -253,7 +251,7 @@ public class LayeredCokeBattery .addOutputBus("Any non-optional external facing casing on the stacks") .addStructureInfo( String.format("Stackable middle stacks between %d-%d time(s).", getMinStacks(), getMaxStacks())) - .toolTipFinisher("Wildcard"); + .toolTipFinisher(); return tt; } diff --git a/src/main/java/gregtech/common/tileentities/machines/multiblock/Macerator.java b/src/main/java/gregtech/common/tileentities/machines/multiblock/Macerator.java index 7273ac8b8b..e7791efb7f 100644 --- a/src/main/java/gregtech/common/tileentities/machines/multiblock/Macerator.java +++ b/src/main/java/gregtech/common/tileentities/machines/multiblock/Macerator.java @@ -78,8 +78,6 @@ public class Macerator extends StackableController<Macerator, MaceratorProcessin protected MultiblockTooltipBuilder createTooltip() { final MultiblockTooltipBuilder tt = new MultiblockTooltipBuilder(); tt.addMachineType("Macerator") - .addInfo("Controller for the Macerator") - .addSeparator() .beginVariableStructureBlock(7, 9, 2 + getMinStacks(), 2 + getMaxStacks(), 7, 9, true) .addController("Bottom Front Center") .addCasingInfoExactly("Test Casing", 60, false) @@ -90,7 +88,7 @@ public class Macerator extends StackableController<Macerator, MaceratorProcessin .addOutputBus("Any non-optional external facing casing on the stacks") .addStructureInfo( String.format("Stackable middle stacks between %d-%d time(s).", getMinStacks(), getMaxStacks())) - .toolTipFinisher("Wildcard"); + .toolTipFinisher(); return tt; } |
