Added Oak door to Ore Dictionary Exclusion list to fix able to craft it with any wood type (#3519)
This commit is contained in:
parent
4908f58b00
commit
bdcfefeb42
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue