ANY treetype

This commit is contained in:
CocoTheOwner
2021-07-21 11:27:21 +02:00
parent aaf7ae8fc3
commit f630537897
2 changed files with 4 additions and 1 deletions

View File

@@ -43,6 +43,9 @@ public enum IrisTreeType {
@Desc("Tree with large roots which grows above lush caves")
AZALEA,
@Desc("Any tree type (all will match, including mushrooms & nether trees")
ANY,
@Desc("The fallback type for all other non-supported growth events")
NONE;