diff options
author | Sphyix <masifede2@gmail.com> | 2021-07-26 01:23:13 +0200 |
---|---|---|
committer | Sphyix <masifede2@gmail.com> | 2021-07-26 01:23:13 +0200 |
commit | 8123af8b189f7f256e377f32cb1197f953f1a729 (patch) | |
tree | f6498085f4e18b27c0aa9e2db13f2d087215f8b9 /src | |
parent | 17402e6c3de5657f625bbb3430bd88ac687319f0 (diff) | |
download | GT5-Unofficial-8123af8b189f7f256e377f32cb1197f953f1a729.tar.gz GT5-Unofficial-8123af8b189f7f256e377f32cb1197f953f1a729.tar.bz2 GT5-Unofficial-8123af8b189f7f256e377f32cb1197f953f1a729.zip |
update gradle, moved hazmat to gt5u
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/com/github/technus/tectech/loader/MainLoader.java | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/main/java/com/github/technus/tectech/loader/MainLoader.java b/src/main/java/com/github/technus/tectech/loader/MainLoader.java index d473da6b07..4b812e3e23 100644 --- a/src/main/java/com/github/technus/tectech/loader/MainLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/MainLoader.java @@ -149,9 +149,10 @@ public final class MainLoader { new RecipeLoader().run(); TecTech.LOGGER.info("Recipe Init Done"); - progressBarPostLoad.step("Register Extra Hazmat Suits"); - registerExtraHazmats(); - TecTech.LOGGER.info("Hazmat additions done"); + //Hazmat moved to GT5U + //progressBarPostLoad.step("Register Extra Hazmat Suits"); + //registerExtraHazmats(); + //TecTech.LOGGER.info("Hazmat additions done"); if (!configTecTech.DISABLE_BLOCK_HARDNESS_NERF) { progressBarPostLoad.step("Nerf blocks blast resistance"); @@ -169,7 +170,7 @@ public final class MainLoader { ProgressManager.pop(progressBarPostLoad); } - private static void registerExtraHazmats() { + private static void registerExtraHazmats() { //Hazmat moved to GT5U ItemStack EMT_iqC=GT_ModHandler.getModItem("EMT","itemArmorQuantumChestplate",1,W); ItemStack GRAVI_gC=GT_ModHandler.getModItem("GraviSuite","graviChestPlate",1,W); ItemStack GRAVI_anC=GT_ModHandler.getModItem("GraviSuite", "advNanoChestPlate", 1, W); |