mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 01:06:01 +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
|
* 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