aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/GTplusplus.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/gtPlusPlus/GTplusplus.java')
-rw-r--r--src/main/java/gtPlusPlus/GTplusplus.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main/java/gtPlusPlus/GTplusplus.java b/src/main/java/gtPlusPlus/GTplusplus.java
index 429537cc4a..d7b717f78f 100644
--- a/src/main/java/gtPlusPlus/GTplusplus.java
+++ b/src/main/java/gtPlusPlus/GTplusplus.java
@@ -145,7 +145,6 @@ public class GTplusplus implements ActionListener {
@Mod.EventHandler
public void preInit(final FMLPreInitializationEvent event) {
INIT_PHASE.PRE_INIT.setPhaseActive(true);
- Logger.INFO("Loading " + CORE.name + " " + CORE.VERSION + " on Gregtech " + Utils.getGregtechVersionAsString());
// Load all class objects within the plugin package.
Core_Manager.veryEarlyInit();
PacketHandler.init();
@@ -384,12 +383,6 @@ public class GTplusplus implements ActionListener {
mGregMatLoader = new GT_Material_Loader();
- // Non GTNH Materials
- if (!CORE.GTNH) {
- // Mithril - Random Dungeon Loot
- mGregMatLoader.enableMaterial(Materials.Mithril);
- }
-
// Force - Alloying
mGregMatLoader.enableMaterial(Materials.Force);
}