Skip to content

Commit 4336614

Browse files
committed
chore: use itemName in Item
1 parent 40ba1e9 commit 4336614

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/com/mineinabyss/guiy/components

1 file changed

+1
-1
lines changed

src/main/kotlin/com/mineinabyss/guiy/components/Item.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ fun Item(
5454
val loreMM = remember(lore) { lore.map { it.miniMsg() } }
5555

5656
Item(ItemStack(material, amount).editItemMeta {
57-
displayName(titleMM)
57+
itemName(titleMM)
5858
lore(loreMM)
5959
}, modifier)
6060
}

0 commit comments

Comments
 (0)