13
0
geforkt von Mirrors/Paper

SPIGOT-5906: Huge Fungi tree generation

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2020-07-01 09:50:35 +10:00
Ursprung 8c8b0c69df
Commit 6d439be293

Datei anzeigen

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