mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 19:34:09 +01:00
[Bleeding] Add COCOA_TREE to list of possible tree types.
By: GJ <gjmcferrin@gmail.com>
This commit is contained in:
parent
7731218b97
commit
6ad5dfa283
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue