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:
parent
a1bbcf8a0b
commit
bd62cf81fd
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue