Skip to content

Commit

Permalink
Nerf high Bow of Bone damage
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed May 31, 2024
1 parent 07e7502 commit 11dea6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
public class ItemBoneBow extends ItemCRBow {
public ItemBoneBow() {
// Durability, Damage Multiplier, Velocity Multiplier, Draw Time Multipler, Inaccuracy, Rarity, Repair Material
super(512, 1.5F, 1.5F, 0.8F, 0.8F, EnumRarity.RARE, Ingredient.fromStacks(new ItemStack(Items.BONE)));
super(512, 1.15F, 1.5F, 0.8F, 0.8F, EnumRarity.RARE, Ingredient.fromStacks(new ItemStack(Items.BONE)));
}

@Override
Expand Down

0 comments on commit 11dea6a

Please sign in to comment.