aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/elisis/gtnhlanth/GTNHLanthanides.java
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2022-12-22 14:51:15 +0100
committerGitHub <noreply@github.com>2022-12-22 14:51:15 +0100
commit9d9a9159f5695e9fc8a0118164c690b21382ff09 (patch)
tree534ad816556f66b9a266299119fb1b0214bdd6c4 /src/main/java/com/elisis/gtnhlanth/GTNHLanthanides.java
parentfd096039e18cef4ed0e6ded22664120ece5e4978 (diff)
parentbafbe7308d9e84b621795405fe45e691d29d757e (diff)
downloadGT5-Unofficial-9d9a9159f5695e9fc8a0118164c690b21382ff09.tar.gz
GT5-Unofficial-9d9a9159f5695e9fc8a0118164c690b21382ff09.tar.bz2
GT5-Unofficial-9d9a9159f5695e9fc8a0118164c690b21382ff09.zip
Merge pull request #45 from GTNewHorizons/fix/disable-ptmeg
(temporarily) disable PTMEG replacement
Diffstat (limited to 'src/main/java/com/elisis/gtnhlanth/GTNHLanthanides.java')
-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);
}