Skip to content

Commit

Permalink
Removed WindCharge skill
Browse files Browse the repository at this point in the history
  • Loading branch information
iceBear67 committed Oct 14, 2024
1 parent a6c3f82 commit a363952
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/main/java/dev/tylerm/khs/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -190,16 +190,6 @@ private List<HiderSkill> loadSkills() {
);
list.add(new HiderSkill(display,List.of(spdyPotion)));
}
{
var windCharge = new ItemStack(Material.WIND_CHARGE);
windCharge.setAmount(2);
var display = ItemStacks.of(
Material.WIND_CHARGE,
"&b弹弓",
"风弹 x2"
);
list.add(new HiderSkill(display,List.of(windCharge)));
}
{
var blockChanger = ItemStacks.builder(Material.BLAZE_ROD)
.customModelId(CustomItems.BLOCK_CHANGER)
Expand Down

0 comments on commit a363952

Please sign in to comment.