Skip to content

Commit

Permalink
Update src/main/java/io/github/thebusybiscuit/slimefun4/implementatio…
Browse files Browse the repository at this point in the history
…n/items/weapons/IcyBow.java

Co-authored-by: Daniel Walsh <[email protected]>
  • Loading branch information
EpicPlayerA10 and WalshyDev authored Jun 18, 2021
1 parent e14c63c commit fe9cdb3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public BowShootHandler onShoot() {
return;
}

if(SlimefunPlugin.getMinecraftVersion().isAtLeast(MinecraftVersion.MINECRAFT_1_17)){
p.setFreezeTicks(30 * 2);
if (SlimefunPlugin.getMinecraftVersion().isAtLeast(MinecraftVersion.MINECRAFT_1_17)) {
p.setFreezeTicks(60);
}
}
n.getWorld().playEffect(n.getLocation(), Effect.STEP_SOUND, Material.ICE);
Expand Down

0 comments on commit fe9cdb3

Please sign in to comment.