aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/forestry/bees
diff options
context:
space:
mode:
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/forestry/bees')
-rw-r--r--src/Java/gtPlusPlus/xmod/forestry/bees/custom/GTPP_Bees.java8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/Java/gtPlusPlus/xmod/forestry/bees/custom/GTPP_Bees.java b/src/Java/gtPlusPlus/xmod/forestry/bees/custom/GTPP_Bees.java
index 9e24eb5a53..37e479efd2 100644
--- a/src/Java/gtPlusPlus/xmod/forestry/bees/custom/GTPP_Bees.java
+++ b/src/Java/gtPlusPlus/xmod/forestry/bees/custom/GTPP_Bees.java
@@ -1,7 +1,5 @@
package gtPlusPlus.xmod.forestry.bees.custom;
-import static gtPlusPlus.GTplusplus.mGregMatLoader;
-
import java.lang.reflect.*;
import org.apache.commons.lang3.reflect.FieldUtils;
@@ -76,7 +74,7 @@ public class GTPP_Bees {
private void setCustomItems() {
dropForceGem = new BaseItemMisc("Force", new short[]{250, 250, 20}, 64, MiscTypes.GEM, null);
- mGregMatLoader.enableMaterial(Materials.Force);
+ //mGregMatLoader.enableMaterial(Materials.Force);
//MaterialUtils.tryEnableMaterial(Materials.Force);
//MaterialUtils.tryEnableMaterialPart(OrePrefixes.dust, Materials.Force);
//MaterialUtils.tryEnableMaterialPart(OrePrefixes.ingot, Materials.Force);
@@ -85,8 +83,8 @@ public class GTPP_Bees {
//Nikolite may not exist, so lets make it.
dropNikoliteDust = ItemUtils.generateSpecialUseDusts("Nikolite", "Nikolite", Utils.rgbtoHexValue(60, 180, 200))[2];
- mGregMatLoader.enableMaterial(Materials.BlueAlloy);
- mGregMatLoader.enableMaterial(Materials.Nikolite);
+ //mGregMatLoader.enableMaterial(Materials.BlueAlloy);
+ //mGregMatLoader.enableMaterial(Materials.Nikolite);
//MaterialUtils.tryEnableMaterial(Materials.Nikolite);
//MaterialUtils.tryEnableMaterialPart(OrePrefixes.dust, Materials.Nikolite);
//MaterialUtils.tryEnableMaterialPart(OrePrefixes.ingot, Materials.Nikolite);