diff options
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_Cyclotron.java | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_Cyclotron.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_Cyclotron.java index 91f07f79d6..79038bce71 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_Cyclotron.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_Cyclotron.java @@ -220,7 +220,13 @@ public abstract class GregtechMetaTileEntity_Cyclotron extends GT_MetaTileEntity @Override public String[] getDescription() { return new String[]{ - "Super Magnetic Speed Shooter", + "Super Magnetic Speed Shooter", + "------------------------------------------------------------", + "Particles are accelerated over 186 revolutions to 80% light speed", + "Can produce a continuous beam current of 2.2 mA at 590 MeV", + "Which will be extracted from the Isochronous cyclotron", + "------------------------------------------------------------", + "Consists of the same layout as a Fusion Reactor", "Cyclotron Machine Casings around Cyclotron Coil Blocks", "2-16 Input Hatches", "1-16 Output Hatches", |