@@ -65,7 +65,7 @@ public class CraftingPattern implements ICraftingPattern {
|
|||||||
if (ore.getMetadata() == OreDictionary.WILDCARD_VALUE) {
|
if (ore.getMetadata() == OreDictionary.WILDCARD_VALUE) {
|
||||||
ore.getItem().getSubItems(CreativeTabs.SEARCH, ores);
|
ore.getItem().getSubItems(CreativeTabs.SEARCH, ores);
|
||||||
} else {
|
} else {
|
||||||
ores.add(ore);
|
ores.add(ore.copy());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user