Remove oredict for Bone Block recipe, stop white dye to bonemeal exploit (#3255)

This commit is contained in:
James Mitchell 2016-09-15 01:03:52 -07:00 committed by LexManos
parent f08f3c1105
commit 89eb8f067d
1 changed files with 1 additions and 0 deletions

View File

@ -336,6 +336,7 @@ public class OreDictionary
new ItemStack(Blocks.DARK_OAK_STAIRS),
new ItemStack(Blocks.WOODEN_SLAB),
new ItemStack(Blocks.GLASS_PANE),
new ItemStack(Blocks.field_189880_di), // Bone Block, to prevent conversion of dyes into bone meal.
null //So the above can have a comma and we don't have to keep editing extra lines.
};