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 867af61 commit 627de6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ object MenuInventoryData {
AsyncInventorySetter.setItemAsync(inventory, 27, itemstack)

// 直列設置設定
itemstack = new ItemStack(Material.OAK_WOOD, 1)
itemstack = new ItemStack(Material.OAK_PLANKS, 1)
itemmeta.setDisplayName(
s"$YELLOW$UNDERLINE${BOLD}直列設置 :${BuildAssist.line_up_str(playerdata.line_up_flg)}"
)
Expand Down

0 comments on commit 627de6f

Please sign in to comment.