This commit is contained in:
parent
0e91787efb
commit
4e79117755
1 changed files with 1 additions and 2 deletions
|
@ -201,8 +201,7 @@ public class OreDictionary
|
|||
new ItemStack(Blocks.jungle_stairs),
|
||||
new ItemStack(Blocks.acacia_stairs),
|
||||
new ItemStack(Blocks.dark_oak_stairs),
|
||||
new ItemStack(Blocks.glass_pane),
|
||||
new ItemStack(Blocks.stained_glass)
|
||||
new ItemStack(Blocks.glass_pane)
|
||||
};
|
||||
|
||||
List<IRecipe> recipes = CraftingManager.getInstance().getRecipeList();
|
||||
|
|
Loading…
Reference in a new issue