Skip to content

Commit

Permalink
clean out a couple loose ends
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Jan 9, 2025
1 parent 74a59b2 commit 20c2893
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import static bartworks.API.recipe.BartWorksRecipeMaps.bacterialVatRecipes;
import static bartworks.API.recipe.BartWorksRecipeMaps.bioLabRecipes;
import static bartworks.util.BWRecipes.computeSieverts;
import static com.dreammaster.gthandler.GT_CoreModSupport.*;
import static gregtech.api.enums.Materials.*;
import static gregtech.api.enums.Mods.GalaxySpace;
import static gregtech.api.enums.Mods.Genetics;
Expand Down

This file was deleted.

22 changes: 0 additions & 22 deletions src/main/java/com/dreammaster/gthandler/GT_CoreModSupport.java

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.dreammaster.gthandler.recipes;

import static com.dreammaster.gthandler.GT_CoreModSupport.*;
import static gregtech.api.enums.Materials.*;
import static gregtech.api.recipe.RecipeMaps.crackingRecipes;
import static gregtech.api.util.GTRecipeBuilder.SECONDS;
Expand Down
10 changes: 0 additions & 10 deletions src/main/java/com/dreammaster/main/MainRegistry.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
import com.dreammaster.creativetab.ModTabList;
import com.dreammaster.detrav.ScannerTools;
import com.dreammaster.fluids.FluidList;
import com.dreammaster.gthandler.CoreMod_PCBFactory_MaterialLoader;
import com.dreammaster.gthandler.GT_CoreModSupport;
import com.dreammaster.gthandler.GT_CustomLoader;
import com.dreammaster.gthandler.GT_Loader_ItemPipes;
import com.dreammaster.gthandler.recipes.DTPFRecipes;
Expand Down Expand Up @@ -102,7 +100,6 @@
import eu.usrv.yamcore.creativetabs.CreativeTabsManager;
import eu.usrv.yamcore.fluids.ModFluidManager;
import eu.usrv.yamcore.items.ModItemManager;
import gregtech.GTMod;
import gregtech.api.GregTechAPI;
import gregtech.api.enums.GTValues;
import gregtech.api.enums.Materials;
Expand Down Expand Up @@ -217,11 +214,6 @@ public void PreLoad(FMLPreInitializationEvent PreEvent) {
ModTabList.InitModTabs(TabManager, ItemManager);
// ------------------------------------------------------------

// Materials init
if (!GTMod.gregtechproxy.mEnableAllMaterials) {
new GT_CoreModSupport();
}

// ------------------------------------------------------------
Logger.debug("PRELOAD Create Items");
if (!ItemList.AddToItemManager(ItemManager)
Expand Down Expand Up @@ -367,8 +359,6 @@ public void load(FMLInitializationEvent event) {
TF_Loot_Chests.init();
}

CoreMod_PCBFactory_MaterialLoader.init();

BWGlassAdder.registerGlasses();

if (CoreConfig.gtnhPauseMenuButtons && event.getSide().isClient()) {
Expand Down

0 comments on commit 20c2893

Please sign in to comment.