From 25c74de08a9f7510da2f9f32a0e91bc9636ac9a2 Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Sat, 12 Aug 2017 20:07:14 +1000 Subject: % Changed Cyclotron Meta ID. --- .../xmod/gregtech/registration/gregtech/GregtechCyclotron.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Java/gtPlusPlus/xmod/gregtech') 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)); } -- cgit