From 130a142be25fcdefab85d912ce401841dba59e5d Mon Sep 17 00:00:00 2001 From: Alastors <78517796+Alastors@users.noreply.github.com> Date: Wed, 12 Oct 2022 01:32:57 -0500 Subject: Revert the change to Paperbark trees, also removes harvestcraft from dependency (#1459) * Update dependencies.gradle * Update GT_Mod.java * Delete Harvestcraft.java --- src/main/java/gregtech/GT_Mod.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main/java/gregtech/GT_Mod.java') diff --git a/src/main/java/gregtech/GT_Mod.java b/src/main/java/gregtech/GT_Mod.java index 351895636e..1f2591f2a2 100644 --- a/src/main/java/gregtech/GT_Mod.java +++ b/src/main/java/gregtech/GT_Mod.java @@ -57,7 +57,6 @@ import gregtech.common.entities.GT_Entity_Arrow; import gregtech.common.entities.GT_Entity_Arrow_Potion; import gregtech.common.misc.GT_Command; import gregtech.common.tileentities.storage.GT_MetaTileEntity_DigitalChestBase; -import gregtech.crossmod.Harvestcraft; import gregtech.crossmod.Waila; import gregtech.loaders.load.GT_CoverBehaviorLoader; import gregtech.loaders.load.GT_FuelLoader; @@ -320,7 +319,6 @@ public class GT_Mod implements IGT_Mod { new GT_FuelLoader().run(); } Waila.init(); - Harvestcraft.init(); IMCForNEI.IMCSender(); GregTech_API.sLoadFinished = true; GT_Log.out.println("GT_Mod: Load-Phase finished!"); -- cgit