Added JUNGLE tree to TreeType enum - this fixes BUKKIT-886
This commit is contained in:
parent
ff9a7fc5be
commit
3087f99fdf
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user