13
0
geforkt von Mirrors/Paper

SPIGOT-1988: Chorus Plant Generation

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2016-03-20 19:02:43 +11:00
Ursprung 4bfc4d66d9
Commit 672cae688f

Datei anzeigen

@ -69,4 +69,8 @@ public enum TreeType {
* Tall birch tree
*/
TALL_BIRCH,
/**
* Large plant native to The End
*/
CHORUS_PLANT,
}