Skip to content

Commit cc4c8a3

Browse files
committed
fix present name
1 parent cb3194c commit cc4c8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/referix/birthDayReload/utils/CustomHeadUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static ItemStack getNumberHead(int number, NamespacedKey key) {
4242
}
4343

4444
// Adventure API: Устанавливаем отображаемое имя
45-
meta.displayName(Component.text("Custom Head #" + number));
45+
meta.displayName(Component.text("Present"));
4646

4747
// Добавляем NamespacedKey в PersistentDataContainer
4848
PersistentDataContainer data = meta.getPersistentDataContainer();

0 commit comments

Comments
 (0)