Add missing MapIconType

This commit is contained in:
basaigh 2024-05-09 22:22:24 +01:00 committed by GitHub
parent 199de81cb4
commit 96a566f278
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,8 @@ public enum MapIconType {
SNOWY_VILLAGE,
TAIGA_VILLAGE,
JUNGLE_TEMPLE,
SWAMP_HUT;
SWAMP_HUT,
TRIAL_CHAMBERS;
private static final MapIconType[] VALUES = values();