diff options
| author | Alkalus <draknyte1@hotmail.com> | 2017-09-17 14:15:31 +1000 |
|---|---|---|
| committer | Alkalus <draknyte1@hotmail.com> | 2017-09-17 14:15:31 +1000 |
| commit | a9d6fa5e3253f9bf0b7cb7c32e984acbd73658f9 (patch) | |
| tree | 072894e77cf131f4c8022c87640b4ac45f7b6378 /src/Java/gtPlusPlus/xmod/gregtech/registration | |
| parent | 54548d059e3b51a1ad323fb9283b7cc4256c2191 (diff) | |
| download | GT5-Unofficial-a9d6fa5e3253f9bf0b7cb7c32e984acbd73658f9.tar.gz GT5-Unofficial-a9d6fa5e3253f9bf0b7cb7c32e984acbd73658f9.tar.bz2 GT5-Unofficial-a9d6fa5e3253f9bf0b7cb7c32e984acbd73658f9.zip | |
$ Fixed a spelling mistake on Incomplete Casings.
% Tweaked Meta Tile Entity IDs.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/registration')
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialThermalCentrifuge.java b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialThermalCentrifuge.java index 803b40583d..28e3354e5d 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialThermalCentrifuge.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialThermalCentrifuge.java @@ -19,7 +19,7 @@ public class GregtechIndustrialThermalCentrifuge { } private static void run1() { - GregtechItemList.Industrial_ThermalCentrifuge.set(new GregtechMetaTileEntity_IndustrialThermalCentrifuge(960, + GregtechItemList.Industrial_ThermalCentrifuge.set(new GregtechMetaTileEntity_IndustrialThermalCentrifuge(828, "industrialthermalcentrifuge.controller.tier.single", "Large Thermal Refinery").getStackForm(1L)); } diff --git a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialWashPlant.java b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialWashPlant.java index 376d49a670..0d7e0de808 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialWashPlant.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialWashPlant.java @@ -20,7 +20,7 @@ public class GregtechIndustrialWashPlant { } private static void run1() { - GregtechItemList.Industrial_WashPlant.set(new GregtechMetaTileEntity_IndustrialWashPlant(961, + GregtechItemList.Industrial_WashPlant.set(new GregtechMetaTileEntity_IndustrialWashPlant(829, "industrialwashplant.controller.tier.single", "Ore Washing Plant").getStackForm(1L)); } |
