Placing block leaves2 with damage value 2 crashes game
I used the /give command to give myself item leaves2 with a damage value of 2.
What I expected to happen was that the game would render it as a random leaf texture as it does with invalid leaf damage values.
What happened was my game crashed.
Steps to Reproduce:
1. Use command /give @p leaves2 1 2
2. Place the leaf block
3. The game crashes, saying: "java.lang.IllegalArgumentException: Cannot set property atz
to oak on block minecraft:leaves2, it is not an allowed value"