bukkit/src/main/java/org
Peter Olson 1ac427113f Specify MaterialData for Acacia and Dark Oak stairs. Fixes BUKKIT-5037
When Minecraft 1.7 was released, Acacia and Dark Oak Stairs were added.
While Bukkit added them to Material.java, it did not add the MaterialData
mapping of them to Stairs.class.

Currently getAscendingDirection() and other stair-specific functions can
not be used on these new stairs. This commit fixes that by adding the
mapping needed.

Pulled from PR #977
2013-12-16 19:48:17 -07:00
..
bukkit Specify MaterialData for Acacia and Dark Oak stairs. Fixes BUKKIT-5037 2013-12-16 19:48:17 -07:00