Removed exclusion of white stained glass recipes in ore dictionary. Closes #1502 & #1481

This commit is contained in:
Kittychanley 2014-11-21 14:13:24 -06:00
parent 0e91787efb
commit 4e79117755
1 changed files with 1 additions and 2 deletions

View File

@ -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();