parent
70fb58f704
commit
54904b223f
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ public class BlockOre extends Block {
|
|||
}
|
||||
|
||||
ArrayList<ItemStack> block = new ArrayList<ItemStack>();
|
||||
block.add(new ItemStack(Item.getItemFromBlock(this)));
|
||||
block.add(new ItemStack(Item.getItemFromBlock(this), 1, metadata));
|
||||
return block;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue