Small fix.

This commit is contained in:
modmuss50 2015-11-22 16:27:15 +00:00
parent 7bcc793d12
commit 3db2db3c7c

View file

@ -1218,7 +1218,7 @@ public class RecipesIC2 implements ICompatModule {
}
}
if(!Loader.isModLoaded("gregtech")){
if(CompatManager.isGregTechLoaded){
if (!IC2Classic.isIc2ClassicLoaded() && OreUtil.doesOreExistAndValid("oreRedstone")) {
Recipes.macerator.addRecipe(new RecipeInputOreDict("oreRedstone"), null, new ItemStack(Items.redstone, 9));
}