mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-11-14 11:24:57 -05:00
Add missing MapIconType
This commit is contained in:
parent
199de81cb4
commit
96a566f278
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue