Added JUNGLE tree to TreeType enum - this fixes BUKKIT-886

By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot 2012-03-02 13:21:29 +00:00
parent d500e97598
commit e80616be97

View file

@ -24,6 +24,10 @@ public enum TreeType {
* Birch tree
*/
BIRCH,
/**
* Standard jungle tree; 4 blocks wide and tall
*/
JUNGLE,
/**
* Big red mushroom; short and fat
*/