We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ba1e9 commit 4336614Copy full SHA for 4336614
src/main/kotlin/com/mineinabyss/guiy/components/Item.kt
@@ -54,7 +54,7 @@ fun Item(
54
val loreMM = remember(lore) { lore.map { it.miniMsg() } }
55
56
Item(ItemStack(material, amount).editItemMeta {
57
- displayName(titleMM)
+ itemName(titleMM)
58
lore(loreMM)
59
}, modifier)
60
}
0 commit comments