mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Show trial chamber map item texture
This commit is contained in:
parent
110470726a
commit
a12d60d27f
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ public class FilledMapItem extends MapItem {
|
|||
switch (mapColor) {
|
||||
case 3830373 -> builder.damage(3); // Ocean Monument
|
||||
case 5393476 -> builder.damage(4); // Woodland explorer
|
||||
case 12741452 -> builder.damage(14); // Trial Chamber
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue