13
0
geforkt von Mirrors/Paper

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

By: Nathan Adams <dinnerbone@dinnerbone.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2012-03-02 13:21:29 +00:00
Ursprung d500e97598
Commit e80616be97

Datei anzeigen

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