diff options
Diffstat (limited to 'src/main/java/gregtech/loaders')
-rw-r--r-- | src/main/java/gregtech/loaders/preload/GT_PreLoad.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/gregtech/loaders/preload/GT_PreLoad.java b/src/main/java/gregtech/loaders/preload/GT_PreLoad.java index 53c5fc833c..0c813d002a 100644 --- a/src/main/java/gregtech/loaders/preload/GT_PreLoad.java +++ b/src/main/java/gregtech/loaders/preload/GT_PreLoad.java @@ -125,6 +125,7 @@ public class GT_PreLoad { GregTech_API.mTConstruct = Loader.isModLoaded("TConstruct"); GregTech_API.mGalacticraft = Loader.isModLoaded("GalacticraftCore"); GregTech_API.mAE2 = Loader.isModLoaded(MOD_ID_AE); + GregTech_API.mHodgepodge = Loader.isModLoaded("hodgepodge"); } public static void createLogFiles(File parentFile, Configuration tMainConfig) { |