aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/registration
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2018-09-01 14:24:00 +1000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2018-09-01 14:24:00 +1000
commitdb20475a5973d588a9ef9e52feb22da0f4b92205 (patch)
treedc92eab9cd969cec60a9559b4674a6e961dea7a6 /src/Java/gtPlusPlus/xmod/gregtech/registration
parent3311449b3bcadbd9f571abb7374655dde57042fd (diff)
downloadGT5-Unofficial-db20475a5973d588a9ef9e52feb22da0f4b92205.tar.gz
GT5-Unofficial-db20475a5973d588a9ef9e52feb22da0f4b92205.tar.bz2
GT5-Unofficial-db20475a5973d588a9ef9e52feb22da0f4b92205.zip
% More work on LNR.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/registration')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechNaqReactor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechNaqReactor.java b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechNaqReactor.java
index 484737471e..a28084e1da 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechNaqReactor.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechNaqReactor.java
@@ -16,7 +16,7 @@ public class GregtechNaqReactor {
private static void run1() {
// LFTR
- GregtechItemList.Controller_Naq_Reactor.set(new GregtechMTE_LargeNaqReactor(991, "lnr.controller.single", "Large Naquadah Reactor").getStackForm(1L));
+ GregtechItemList.Controller_Naq_Reactor.set(new GregtechMTE_LargeNaqReactor(970, "lnr.controller.single", "Large Naquadah Reactor").getStackForm(1L));
}
}