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