Merge pull request #1503 from Kittychanley/master
Removed exclusion of white stained glass recipes in ore dictionary.
This commit is contained in:
commit
93445248e6
1 changed files with 1 additions and 2 deletions
|
@ -202,8 +202,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