diff --git a/common/net/minecraftforge/oredict/OreDictionary.java b/common/net/minecraftforge/oredict/OreDictionary.java index 53d8d6646..3557e1619 100644 --- a/common/net/minecraftforge/oredict/OreDictionary.java +++ b/common/net/minecraftforge/oredict/OreDictionary.java @@ -106,6 +106,10 @@ public class OreDictionary { new ItemStack(Block.blockLapis), 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();