SPIGOT-5906: Huge Fungi tree generation

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2020-07-01 09:50:35 +10:00
parent 8c8b0c69df
commit 6d439be293

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
}