Merge pull request #1503 from Kittychanley/master

Removed exclusion of white stained glass recipes in ore dictionary.
This commit is contained in:
LexManos 2014-12-23 12:13:17 -08:00
commit 93445248e6

View file

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