diff options
author | Alkalus <draknyte1@hotmail.com> | 2017-09-17 14:31:49 +1000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2017-09-17 14:31:49 +1000 |
commit | 0651caffc1eb59b3491cf558ca0579dd70493540 (patch) | |
tree | 3e31eb7eaa6854fade0f154b9b2f787483860eb8 | |
parent | a9d6fa5e3253f9bf0b7cb7c32e984acbd73658f9 (diff) | |
download | GT5-Unofficial-0651caffc1eb59b3491cf558ca0579dd70493540.tar.gz GT5-Unofficial-0651caffc1eb59b3491cf558ca0579dd70493540.tar.bz2 GT5-Unofficial-0651caffc1eb59b3491cf558ca0579dd70493540.zip |
% Meta IDs changed again.
4 files changed, 6 insertions, 7 deletions
diff --git a/src/Java/gtPlusPlus/core/handler/COMPAT_HANDLER.java b/src/Java/gtPlusPlus/core/handler/COMPAT_HANDLER.java index 2d7b6064bf..632bbc6797 100644 --- a/src/Java/gtPlusPlus/core/handler/COMPAT_HANDLER.java +++ b/src/Java/gtPlusPlus/core/handler/COMPAT_HANDLER.java @@ -45,11 +45,13 @@ public class COMPAT_HANDLER { //Free IDs /* + 829 + --- 837 to 839 --- - 849 + 851 to 868 --- diff --git a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/Gregtech4Content.java b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/Gregtech4Content.java index 44c4c7b0ba..1c65a250d0 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/Gregtech4Content.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/Gregtech4Content.java @@ -31,13 +31,10 @@ public class Gregtech4Content { private static void workbenches() { // Gregtech 4 Workbenches - Utils.LOG_INFO("Gregtech 4 Content | Registering Workbenches."); + //Utils.LOG_INFO("Gregtech 4 Content | Registering Workbenches."); // Free //GregtechItemList.GT4_Workbench_Bronze.set(new // GT_MetaTileEntity_BronzeCraftingTable(828, "workbench.bronze", // "Bronze Workbench", 0).getStackForm(1L)); - // Free //GregtechItemList.GT4_Workbench_Advanced.set(new - // GT_MetaTileEntity_AdvancedCraftingTable(829, "workbench.advanced", - // "Advanced Workbench", 1).getStackForm(1L)); } private static void tesseracts() { diff --git a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialThermalCentrifuge.java b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialThermalCentrifuge.java index 28e3354e5d..ef716abcef 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(828, + GregtechItemList.Industrial_ThermalCentrifuge.set(new GregtechMetaTileEntity_IndustrialThermalCentrifuge(849, "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 0d7e0de808..9f7b313e1b 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(829, + GregtechItemList.Industrial_WashPlant.set(new GregtechMetaTileEntity_IndustrialWashPlant(850, "industrialwashplant.controller.tier.single", "Ore Washing Plant").getStackForm(1L)); } |