Skip to content

Commit

Permalink
fix: 直接設置設定のホームへ戻るアイテムがプレイヤーの頭になっているのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Dec 20, 2023
1 parent 8f00b16 commit 867af61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object MenuInventoryData {
var lore = List(s"$RESET$DARK_RED${UNDERLINE}クリックで移動")

// ホームを開く
new SkullItemStackBuilder(SkullOwners.MHF_ArrowLeft)
itemstack = new SkullItemStackBuilder(SkullOwners.MHF_ArrowLeft)
.title(s"$YELLOW$UNDERLINE${BOLD}ホームへ")
.lore(lore)
.build()
Expand Down

0 comments on commit 867af61

Please sign in to comment.