SPIGOT-5906: Huge Fungi tree generation

This commit is contained in:
md_5 2020-07-01 09:50:35 +10:00
parent 42d5a714f4
commit e16de3bb16
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

@ -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
}