Skip to content

Commit

Permalink
nerfed shortbow again
Browse files Browse the repository at this point in the history
  • Loading branch information
ArduFish committed Aug 19, 2024
1 parent d77a802 commit 2b0e2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ro/fishmc/FishMC.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public void onInitialize() {
// Proceed with mild caution.
LOGGER.info("Welcome to FishMC!");
var bow = new CustomBow(
new Item.Settings().maxDamage(300),
new Item.Settings().maxDamage(150),
new RangedConfig(3, -0.3F, 5),
() -> Ingredient.ofItems(Items.OAK_WOOD)
);
Expand Down

0 comments on commit 2b0e2da

Please sign in to comment.