From 2e3b94c761f4c5c55b99325381f359d755371d9b Mon Sep 17 00:00:00 2001 From: Alkalus Date: Mon, 7 Aug 2017 00:58:06 +0000 Subject: + More Cyclotron work. --- .../machines/multi/GregtechMetaTileEntity_Cyclotron.java | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines') 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", -- cgit