Added Oak door to Ore Dictionary Exclusion list to fix able to craft it with any wood type (#3519)

This commit is contained in:
CoderAtParadise 2016-12-18 07:26:30 +10:00 committed by LexManos
parent 4908f58b00
commit bdcfefeb42
1 changed files with 1 additions and 0 deletions

View File

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