aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormiozune <miozune@gmail.com>2022-12-22 01:24:58 +0900
committermiozune <miozune@gmail.com>2022-12-22 01:24:58 +0900
commitbafbe7308d9e84b621795405fe45e691d29d757e (patch)
treecb21442e8bab7842986f02f30c92a56c95a66aad /src
parent94cd945b4b498d81ca50ec6a50a1e917d61754bb (diff)
downloadGT5-Unofficial-bafbe7308d9e84b621795405fe45e691d29d757e.tar.gz
GT5-Unofficial-bafbe7308d9e84b621795405fe45e691d29d757e.tar.bz2
GT5-Unofficial-bafbe7308d9e84b621795405fe45e691d29d757e.zip
(temporarily) disable PTMEG replacement
Diffstat (limited to 'src')
-rw-r--r--src/main/java/com/elisis/gtnhlanth/GTNHLanthanides.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main/java/com/elisis/gtnhlanth/GTNHLanthanides.java b/src/main/java/com/elisis/gtnhlanth/GTNHLanthanides.java
index 4b1b0b5777..9a597ae710 100644
--- a/src/main/java/com/elisis/gtnhlanth/GTNHLanthanides.java
+++ b/src/main/java/com/elisis/gtnhlanth/GTNHLanthanides.java
@@ -6,7 +6,6 @@ import com.elisis.gtnhlanth.common.register.LanthItemList;
import com.elisis.gtnhlanth.common.register.WerkstoffMaterialPool;
import com.elisis.gtnhlanth.loader.BotRecipes;
import com.elisis.gtnhlanth.loader.RecipeLoader;
-import com.elisis.gtnhlanth.loader.ZPMRubberChanges;
import com.elisis.gtnhlanth.xmod.nei.IMC;
import com.github.bartimaeusnek.bartworks.API.WerkstoffAdderRegistry;
import com.github.bartimaeusnek.bartworks.system.material.Werkstoff;
@@ -17,7 +16,6 @@ import cpw.mods.fml.common.event.FMLInitializationEvent;
import cpw.mods.fml.common.event.FMLLoadCompleteEvent;
import cpw.mods.fml.common.event.FMLPostInitializationEvent;
import cpw.mods.fml.common.event.FMLPreInitializationEvent;
-import gregtech.api.GregTech_API;
import gregtech.api.enums.OrePrefixes;
import gregtech.api.util.GT_Log;
import java.util.Arrays;
@@ -50,7 +48,7 @@ public class GTNHLanthanides {
WerkstoffAdderRegistry.addWerkstoffAdder(new WerkstoffMaterialPool());
WerkstoffAdderRegistry.addWerkstoffAdder(new BotWerkstoffMaterialPool());
LanthItemList.register();
- GregTech_API.sAfterGTPostload.add(new ZPMRubberChanges());
+ // GregTech_API.sAfterGTPostload.add(new ZPMRubberChanges());
proxy.preInit(e);
}