Small fix.
This commit is contained in:
parent
7bcc793d12
commit
3db2db3c7c
1 changed files with 1 additions and 1 deletions
|
@ -1218,7 +1218,7 @@ public class RecipesIC2 implements ICompatModule {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!Loader.isModLoaded("gregtech")){
|
if(CompatManager.isGregTechLoaded){
|
||||||
if (!IC2Classic.isIc2ClassicLoaded() && OreUtil.doesOreExistAndValid("oreRedstone")) {
|
if (!IC2Classic.isIc2ClassicLoaded() && OreUtil.doesOreExistAndValid("oreRedstone")) {
|
||||||
Recipes.macerator.addRecipe(new RecipeInputOreDict("oreRedstone"), null, new ItemStack(Items.redstone, 9));
|
Recipes.macerator.addRecipe(new RecipeInputOreDict("oreRedstone"), null, new ItemStack(Items.redstone, 9));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue