Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/main/kotlin/com/mineinabyss/guiy/components/Item.kt
  • Loading branch information
0ffz committed Jun 2, 2024
2 parents 54816e8 + 4336614 commit 7cfd0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/mineinabyss/guiy/components/Item.kt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fun Item(

val item = remember(material, title, amount, lore, hideTooltip) {
ItemStack(material, amount).editItemMeta {
displayName(titleMM)
itemName(titleMM)
lore(loreMM)
isHideTooltip = hideTooltip
}
Expand Down

0 comments on commit 7cfd0bd

Please sign in to comment.