aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
authorБатьків Нестор-Євген Васильович <batkivnestor@gmail.com>2023-03-22 20:25:41 +0200
committerGitHub <noreply@github.com>2023-03-22 19:25:41 +0100
commit0f9bb4c7e7de592e960dcc68544b7f881d6190ba (patch)
treee43a7c165c870182fdbad4ae43aa81e4e859f048 /src/main/java
parent896e812d06d43ee3c3f8fe0b972907670a4bf0c1 (diff)
downloadGT5-Unofficial-0f9bb4c7e7de592e960dcc68544b7f881d6190ba.tar.gz
GT5-Unofficial-0f9bb4c7e7de592e960dcc68544b7f881d6190ba.tar.bz2
GT5-Unofficial-0f9bb4c7e7de592e960dcc68544b7f881d6190ba.zip
Add Fusion 4 Desc (#576)
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/advanced/GregtechMetaTileEntity_Adv_Fusion_MK4.java6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/advanced/GregtechMetaTileEntity_Adv_Fusion_MK4.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/advanced/GregtechMetaTileEntity_Adv_Fusion_MK4.java
index 80b03b56ba..cea9665cea 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/advanced/GregtechMetaTileEntity_Adv_Fusion_MK4.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/advanced/GregtechMetaTileEntity_Adv_Fusion_MK4.java
@@ -47,7 +47,11 @@ public class GregtechMetaTileEntity_Adv_Fusion_MK4 extends GT_MetaTileEntity_Fus
@Override
protected GT_Multiblock_Tooltip_Builder createTooltip() {
GT_Multiblock_Tooltip_Builder tt = new GT_Multiblock_Tooltip_Builder();
- tt.addMachineType("Fusion Reactor").addInfo("HARNESSING THE POWER OF A NEUTRON STAR").addSeparator()
+ tt.addMachineType("Fusion Reactor").addInfo("HARNESSING THE POWER OF A NEUTRON STAR")
+ .addInfo("Controller block for the Fusion Reactor Mk IV")
+ .addInfo("131072EU/t and 320M EU capacity per Energy Hatch")
+ .addInfo("If the recipe has a startup cost greater than the")
+ .addInfo("number of energy hatches * cap, you can't do it").addSeparator()
.beginStructureBlock(15, 3, 15, false).addController("See diagram when placed")
.addCasingInfo("Fusion Machine Casings MK III", 79).addStructureInfo("Cover the coils with casing")
.addOtherStructurePart("Advanced Fusion Coils", "Center part of the ring")