@@ -61,7 +61,7 @@ public class CraftingPattern implements ICraftingPattern {
|
|||||||
}
|
}
|
||||||
outputs.add(out);
|
outputs.add(out);
|
||||||
|
|
||||||
if (shapedOre || mekanism) {
|
if ((isOredict() && shapedOre) || mekanism) {
|
||||||
Object[] inputs = new Object[0];
|
Object[] inputs = new Object[0];
|
||||||
if (shapedOre) {
|
if (shapedOre) {
|
||||||
inputs = ((ShapedOreRecipe) recipe).getInput();
|
inputs = ((ShapedOreRecipe) recipe).getInput();
|
||||||
|
|||||||
Reference in New Issue
Block a user