Skip to content

Commit

Permalink
Add trial chambers map icon (GeyserMC#4783)
Browse files Browse the repository at this point in the history
  • Loading branch information
basaigh authored Jun 21, 2024
1 parent 78642db commit c00a02e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ public enum BedrockMapIcon {
ICON_SNOWY_VILLAGE(MapIconType.SNOWY_VILLAGE, 20),
ICON_TAIGA_VILLAGE(MapIconType.TAIGA_VILLAGE, 21),
ICON_JUNGLE_TEMPLE(MapIconType.JUNGLE_TEMPLE, 22),
ICON_SWAMP_HUT(MapIconType.SWAMP_HUT, 23);
ICON_SWAMP_HUT(MapIconType.SWAMP_HUT, 23),
ICON_TRIAL_CHAMBERS(MapIconType.TRIAL_CHAMBERS, 24);

private static final BedrockMapIcon[] VALUES = values();

Expand Down

0 comments on commit c00a02e

Please sign in to comment.