Fixed Ore Dictionary replacing the oak boat recipe (#3329)

Fixes the oak boat recipe being able to be crafted with any wood
This commit is contained in:
CoderAtParadise 2016-10-25 06:44:18 +10:00 committed by LexManos
parent a1bbcf8a0b
commit bd62cf81fd

View file

@ -337,6 +337,7 @@ public class OreDictionary
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.
new ItemStack(Items.BOAT),
null //So the above can have a comma and we don't have to keep editing extra lines.
};