mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
SPIGOT-5906: Huge Fungi tree generation
This commit is contained in:
parent
42d5a714f4
commit
e16de3bb16
1 changed files with 8 additions and 0 deletions
|
@ -73,4 +73,12 @@ public enum TreeType {
|
|||
* Large plant native to The End
|
||||
*/
|
||||
CHORUS_PLANT,
|
||||
/**
|
||||
* Large crimson fungus native to the nether
|
||||
*/
|
||||
CRIMSON_FUNGUS,
|
||||
/**
|
||||
* Large warped fungus native to the nether
|
||||
*/
|
||||
WARPED_FUNGUS
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue