Update OreDictionary.java
This commit is contained in:
parent
05b2a19bac
commit
b207111c50
1 changed files with 4 additions and 0 deletions
|
@ -106,6 +106,10 @@ public class OreDictionary
|
||||||
{
|
{
|
||||||
new ItemStack(Block.blockLapis),
|
new ItemStack(Block.blockLapis),
|
||||||
new ItemStack(Item.cookie),
|
new ItemStack(Item.cookie),
|
||||||
|
new ItemStack(Block.stoneBrick),
|
||||||
|
new ItemStack(Block.stoneSingleSlab),
|
||||||
|
new ItemStack(Block.stairsCobblestone),
|
||||||
|
new ItemStack(Block.cobblestoneWall)
|
||||||
};
|
};
|
||||||
|
|
||||||
List recipes = CraftingManager.getInstance().getRecipeList();
|
List recipes = CraftingManager.getInstance().getRecipeList();
|
||||||
|
|
Loading…
Reference in a new issue