diff options
author | Alkalus <draknyte1@hotmail.com> | 2017-08-07 00:58:06 +0000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2017-08-07 00:58:06 +0000 |
commit | 2e3b94c761f4c5c55b99325381f359d755371d9b (patch) | |
tree | 9796dadeed3b99bf17289eb86c3fc9fa051fe5fc /src | |
parent | 950b57b46b213eb2739a1ec918bf9621cd66be4c (diff) | |
download | GT5-Unofficial-2e3b94c761f4c5c55b99325381f359d755371d9b.tar.gz GT5-Unofficial-2e3b94c761f4c5c55b99325381f359d755371d9b.tar.bz2 GT5-Unofficial-2e3b94c761f4c5c55b99325381f359d755371d9b.zip |
+ More Cyclotron work.
Diffstat (limited to 'src')
-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", |