13
0
geforkt von Mirrors/Paper

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

By: GJ <gjmcferrin@gmail.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2014-04-28 10:17:12 -04:00
Ursprung 7731218b97
Commit 6ad5dfa283

Datei anzeigen

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