Show trial chamber map item texture

This commit is contained in:
Camotoy 2024-06-21 13:50:10 -04:00
parent 110470726a
commit a12d60d27f
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F

View file

@ -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
}
}
}