mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 12:13:54 -07:00
Added JUNGLE tree to TreeType enum - this fixes BUKKIT-886
By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
@@ -24,6 +24,10 @@ public enum TreeType {
|
|||||||
* Birch tree
|
* Birch tree
|
||||||
*/
|
*/
|
||||||
BIRCH,
|
BIRCH,
|
||||||
|
/**
|
||||||
|
* Standard jungle tree; 4 blocks wide and tall
|
||||||
|
*/
|
||||||
|
JUNGLE,
|
||||||
/**
|
/**
|
||||||
* Big red mushroom; short and fat
|
* Big red mushroom; short and fat
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user