mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2025-05-19 00:50:34 -04: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…
Add table
Add a link
Reference in a new issue