Skip to content

Commit a12d60d

Browse files
committed
Show trial chamber map item texture
1 parent 1104707 commit a12d60d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/org/geysermc/geyser/item/type/FilledMapItem.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ public ItemData.Builder translateToBedrock(int count, DataComponents components,
5151
switch (mapColor) {
5252
case 3830373 -> builder.damage(3); // Ocean Monument
5353
case 5393476 -> builder.damage(4); // Woodland explorer
54+
case 12741452 -> builder.damage(14); // Trial Chamber
5455
}
5556
}
5657
}

0 commit comments

Comments
 (0)