Commits

GJ authored a3114c486e1
[Bleeding] Add COCOA_TREE to list of possible tree types.
No tags

src/main/java/org/bukkit/TreeType.java

Modified
26 26 */
27 27 BIRCH,
28 28 /**
29 29 * Standard jungle tree; 4 blocks wide and tall
30 30 */
31 31 JUNGLE,
32 32 /**
33 33 * Smaller jungle tree; 1 block wide
34 34 */
35 35 SMALL_JUNGLE,
36 + /**
37 + * Jungle tree with cocoa plants; 1 block wide
38 + */
39 + COCOA_TREE,
36 40 /**
37 41 * Small bush that grows in the jungle
38 42 */
39 43 JUNGLE_BUSH,
40 44 /**
41 45 * Big red mushroom; short and fat
42 46 */
43 47 RED_MUSHROOM,
44 48 /**
45 49 * Big brown mushroom; tall and umbrella-like

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut