Skip to content

Commit

Permalink
fix: マインスタックに追加されているアイテムとしては実在しないアイテムを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Oct 22, 2023
1 parent ffdff1f commit 307d521
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ case class CategorizedMineStackMenu(category: MineStackObjectCategory, pageIndex
.++(categorizedItemSection)
.++(autoMineStackToggleButtonSection)

println(s"combinedLayout: $combinedLayout")

MenuSlotLayout(combinedLayout: _*)
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,7 @@ class BukkitMineStackObjectList[F[_]: Sync](
MineStackObjectByMaterial(AGRICULTURAL, "tropical_fish_bucket", "熱帯魚入りバケツ", Material.TROPICAL_FISH_BUCKET),
MineStackObjectByMaterial(AGRICULTURAL, "axolotl_bucket", "ウーパールーパー入りバケツ", Material.AXOLOTL_BUCKET),
MineStackObjectByMaterial(AGRICULTURAL, "dried_kelp_block", "乾燥した昆布ブロック", Material.DRIED_KELP_BLOCK),
MineStackObjectByMaterial(AGRICULTURAL, "cocoa", "カカオの実", Material.COCOA),
MineStackObjectByMaterial(AGRICULTURAL, "suspicious_stew", "怪しげなシチュー", Material.SUSPICIOUS_STEW),
MineStackObjectByMaterial(AGRICULTURAL, "pumpkin_stem", "カボチャの茎", Material.PUMPKIN_STEM),
MineStackObjectByMaterial(AGRICULTURAL, "melon_stem", "スイカの茎", Material.MELON_STEM),
MineStackObjectByMaterial(AGRICULTURAL, "cookie", "クッキー", Material.COOKIE),
MineStackObjectByMaterial(AGRICULTURAL, "dried_kelp", "乾燥した昆布", Material.DRIED_KELP),
MineStackObjectByMaterial(AGRICULTURAL, "glistering_melon_slice", "きらめくスイカの薄切り", Material.GLISTERING_MELON_SLICE),
Expand Down

0 comments on commit 307d521

Please sign in to comment.