diff options
author | Alastors <78517796+Alastors@users.noreply.github.com> | 2022-10-12 01:32:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-12 08:32:57 +0200 |
commit | 130a142be25fcdefab85d912ce401841dba59e5d (patch) | |
tree | 1e6907f13461acc8010d3adff6d40a9e1eef07a7 /src/main/java/gregtech/GT_Mod.java | |
parent | 1018bcea246398fd07bffcbb1724d00b4d728e65 (diff) | |
download | GT5-Unofficial-130a142be25fcdefab85d912ce401841dba59e5d.tar.gz GT5-Unofficial-130a142be25fcdefab85d912ce401841dba59e5d.tar.bz2 GT5-Unofficial-130a142be25fcdefab85d912ce401841dba59e5d.zip |
Revert the change to Paperbark trees, also removes harvestcraft from dependency (#1459)
* Update dependencies.gradle
* Update GT_Mod.java
* Delete Harvestcraft.java
Diffstat (limited to 'src/main/java/gregtech/GT_Mod.java')
-rw-r--r-- | src/main/java/gregtech/GT_Mod.java | 2 |
1 files changed, 0 insertions, 2 deletions
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!"); |