Remove oredict for Bone Block recipe, stop white dye to bonemeal exploit (#3255)
This commit is contained in:
parent
f08f3c1105
commit
89eb8f067d
1 changed files with 1 additions and 0 deletions
|
@ -336,6 +336,7 @@ public class OreDictionary
|
||||||
new ItemStack(Blocks.DARK_OAK_STAIRS),
|
new ItemStack(Blocks.DARK_OAK_STAIRS),
|
||||||
new ItemStack(Blocks.WOODEN_SLAB),
|
new ItemStack(Blocks.WOODEN_SLAB),
|
||||||
new ItemStack(Blocks.GLASS_PANE),
|
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.
|
null //So the above can have a comma and we don't have to keep editing extra lines.
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue