Update PlayerInputAnvilInv.kt

This commit is contained in:
bluefireoly
2021-01-10 22:15:18 +01:00
parent b6866e4442
commit 78e07205c3

View File

@@ -33,7 +33,7 @@ internal class PlayerInputAnvilInv(
AnvilGUI.Response.text("Type here...") AnvilGUI.Response.text("Type here...")
} }
.title("${KColors.ORANGERED}$invTitle") .title("${KColors.ORANGERED}$invTitle")
.item( .itemLeft(
itemStack(Material.PAPER) { itemStack(Material.PAPER) {
meta { meta {
lore = renameItemDescription.map { "${KColors.INDIANRED}$it" } lore = renameItemDescription.map { "${KColors.INDIANRED}$it" }