diff options
author | Jason Mitchell <mitchej@gmail.com> | 2022-01-28 18:47:12 -0800 |
---|---|---|
committer | Jason Mitchell <mitchej+github@gmail.com> | 2022-01-28 19:04:47 -0800 |
commit | 746a6d96932c35dcea9a29cebb1be60528c1d63e (patch) | |
tree | 98292d52bf82ec709d95aa1f80547ad661956507 /src/main/java/gregtech/GT_Mod.java | |
parent | 3d2640eab73e1ecb17cff4700d8aa83fb324ee37 (diff) | |
download | GT5-Unofficial-746a6d96932c35dcea9a29cebb1be60528c1d63e.tar.gz GT5-Unofficial-746a6d96932c35dcea9a29cebb1be60528c1d63e.tar.bz2 GT5-Unofficial-746a6d96932c35dcea9a29cebb1be60528c1d63e.zip |
Bring Waila handling in house
Update deps
Diffstat (limited to 'src/main/java/gregtech/GT_Mod.java')
-rw-r--r-- | src/main/java/gregtech/GT_Mod.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/gregtech/GT_Mod.java b/src/main/java/gregtech/GT_Mod.java index 474fd5decc..bfe7a96b81 100644 --- a/src/main/java/gregtech/GT_Mod.java +++ b/src/main/java/gregtech/GT_Mod.java @@ -27,6 +27,7 @@ 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.Waila; import gregtech.loaders.ExtraIcons; import gregtech.loaders.load.GT_CoverBehaviorLoader; import gregtech.loaders.load.GT_FuelLoader; @@ -250,6 +251,7 @@ public class GT_Mod implements IGT_Mod { gregtechproxy.registerUnificationEntries(); new GT_FuelLoader().run(); } + Waila.init(); GregTech_API.sLoadFinished = true; GT_Log.out.println("GT_Mod: Load-Phase finished!"); GT_Log.ore.println("GT_Mod: Load-Phase finished!"); |