Replace the punch 4 bow with power 4

This commit is contained in:
Sam 2017-12-27 22:42:01 +00:00 committed by Alexander Meech
parent 0aa1d41bb9
commit 42f4b0bb1e

View File

@ -382,7 +382,7 @@ public class CakeWars extends TeamGame
.setDurability((short) (Material.BOW.getMaxDurability() - 9))
.build())
.addItem(new ItemBuilder(Material.BOW)
.addEnchantment(Enchantment.ARROW_KNOCKBACK, 4)
.addEnchantment(Enchantment.ARROW_DAMAGE, 4)
.setDurability((short) (Material.BOW.getMaxDurability() - 9))
.build())
.addItem(new ItemBuilder(Material.GOLD_PICKAXE)