mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
[Bleeding] Add COCOA_TREE to list of possible tree types.
This commit is contained in:
parent
f94692bbe3
commit
a3114c486e
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ public enum TreeType {
|
||||||
* Smaller jungle tree; 1 block wide
|
* Smaller jungle tree; 1 block wide
|
||||||
*/
|
*/
|
||||||
SMALL_JUNGLE,
|
SMALL_JUNGLE,
|
||||||
|
/**
|
||||||
|
* Jungle tree with cocoa plants; 1 block wide
|
||||||
|
*/
|
||||||
|
COCOA_TREE,
|
||||||
/**
|
/**
|
||||||
* Small bush that grows in the jungle
|
* Small bush that grows in the jungle
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue