[Bleeding] Add COCOA_TREE to list of possible tree types.

By: GJ <gjmcferrin@gmail.com>
This commit is contained in:
Bukkit/Spigot 2014-04-28 10:17:12 -04:00
parent 7731218b97
commit 6ad5dfa283

View file

@ -33,6 +33,10 @@ public enum TreeType {
* Smaller jungle tree; 1 block wide
*/
SMALL_JUNGLE,
/**
* Jungle tree with cocoa plants; 1 block wide
*/
COCOA_TREE,
/**
* Small bush that grows in the jungle
*/