aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/loaders/misc
diff options
context:
space:
mode:
authorbartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>2019-04-22 14:12:15 +0200
committerbartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>2019-04-22 14:12:15 +0200
commit6d52f80618bc3ad1fb8fc6cd68e86bea0efff62f (patch)
treec40e53dc8ae5866db9a2014d628faa6a11d50591 /src/main/java/gregtech/loaders/misc
parentf0c353ee28ea8cf082f9f184a94dfd4350ab488a (diff)
downloadGT5-Unofficial-6d52f80618bc3ad1fb8fc6cd68e86bea0efff62f.tar.gz
GT5-Unofficial-6d52f80618bc3ad1fb8fc6cd68e86bea0efff62f.tar.bz2
GT5-Unofficial-6d52f80618bc3ad1fb8fc6cd68e86bea0efff62f.zip
rerouted forestry modid to the config value to prevent typos
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
Diffstat (limited to 'src/main/java/gregtech/loaders/misc')
-rw-r--r--src/main/java/gregtech/loaders/misc/GT_Bees.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/java/gregtech/loaders/misc/GT_Bees.java b/src/main/java/gregtech/loaders/misc/GT_Bees.java
index 5bfdfca8e2..281eb3c675 100644
--- a/src/main/java/gregtech/loaders/misc/GT_Bees.java
+++ b/src/main/java/gregtech/loaders/misc/GT_Bees.java
@@ -15,6 +15,8 @@ import gregtech.loaders.misc.GT_BeeDefinition;
import net.minecraft.world.World;
import net.minecraft.world.biome.BiomeGenBase;
+import static gregtech.api.enums.GT_Values.MOD_ID_FR;
+
public class GT_Bees {
public static IAlleleInteger noFertility;
@@ -39,7 +41,7 @@ public class GT_Bees {
public static ItemComb combs;
public GT_Bees() {
- if (Loader.isModLoaded("Forestry") && GT_Mod.gregtechproxy.mGTBees) {
+ if (Loader.isModLoaded(MOD_ID_FR) && GT_Mod.gregtechproxy.mGTBees) {
GT_AlleleHelper.initialisation();
setupGTAlleles();
propolis = new ItemPropolis();