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 | |
| parent | 17402e6c3de5657f625bbb3430bd88ac687319f0 (diff) | |
| download | GT5-Unofficial-8123af8b189f7f256e377f32cb1197f953f1a729.tar.gz GT5-Unofficial-8123af8b189f7f256e377f32cb1197f953f1a729.tar.bz2 GT5-Unofficial-8123af8b189f7f256e377f32cb1197f953f1a729.zip | |
update gradle, moved hazmat to gt5u
| -rw-r--r-- | build.gradle.kts | 3 | ||||
| -rw-r--r-- | src/main/java/com/github/technus/tectech/loader/MainLoader.java | 9 |
2 files changed, 7 insertions, 5 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 04935c1158..864d19e399 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,8 +6,9 @@ import java.io.* buildscript { repositories { mavenCentral() - maven("http://files.minecraftforge.net/maven") + maven("https://gregtech.overminddl1.com/") maven("https://jitpack.io") + } dependencies { classpath("com.github.GTNH2:ForgeGradle:FG_1.2-SNAPSHOT") 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); |
