mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 18:22:08 -07:00
[Bleeding] Add COCOA_TREE to list of possible tree types.
By: GJ <gjmcferrin@gmail.com>
This commit is contained in:
@@ -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
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user