aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2017-08-12 20:07:14 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2017-08-12 20:07:14 +1000
commit25c74de08a9f7510da2f9f32a0e91bc9636ac9a2 (patch)
tree441bd0264410c4095c9f6fd28ba138da5361f8a9 /src/Java/gtPlusPlus/xmod/gregtech
parent450ad60578660bdbe1a28b833a7e791eb9308aa1 (diff)
downloadGT5-Unofficial-25c74de08a9f7510da2f9f32a0e91bc9636ac9a2.tar.gz
GT5-Unofficial-25c74de08a9f7510da2f9f32a0e91bc9636ac9a2.tar.bz2
GT5-Unofficial-25c74de08a9f7510da2f9f32a0e91bc9636ac9a2.zip
% Changed Cyclotron Meta ID.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechCyclotron.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechCyclotron.java b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechCyclotron.java
index 193ab09b4b..9b11baa2a0 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechCyclotron.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechCyclotron.java
@@ -15,7 +15,7 @@ public class GregtechCyclotron {
private static void run1() {
GregtechItemList.COMET_Cyclotron
- .set(new GregtechMetaTileEntity_Cyclotron(801, "cyclotron.tier.single", "COMET - Compact Cyclotron", 6)
+ .set(new GregtechMetaTileEntity_Cyclotron(828, "cyclotron.tier.single", "COMET - Compact Cyclotron", 6)
.getStackForm(1L));
}