mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 19:34:09 +01:00
Added JUNGLE tree to TreeType enum - this fixes BUKKIT-886
By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
d500e97598
commit
e80616be97
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ public enum TreeType {
|
|||
* Birch tree
|
||||
*/
|
||||
BIRCH,
|
||||
/**
|
||||
* Standard jungle tree; 4 blocks wide and tall
|
||||
*/
|
||||
JUNGLE,
|
||||
/**
|
||||
* Big red mushroom; short and fat
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue