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

This commit is contained in:
Nathan Adams
2012-03-02 13:21:29 +00:00
parent d7fac74298
commit 5df84f3f66

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
*/