hide attributes for music discs

This commit is contained in:
rockyhawk64 2025-09-07 13:00:48 +10:00
parent 0a47092c58
commit 33f206520c

View File

@ -33,7 +33,8 @@ public class NameHandler {
DataComponentTypes.DYED_COLOR,
DataComponentTypes.TRIM,
DataComponentTypes.BANNER_PATTERNS,
DataComponentTypes.FIREWORKS
DataComponentTypes.FIREWORKS,
DataComponentTypes.JUKEBOX_PLAYABLE
).build();
item.setData(DataComponentTypes.TOOLTIP_DISPLAY, hideAttributes);
}