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 ff9a7fc5be
commit 3087f99fdf

View File

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