Autovw / AdvancedNetherite

A configurable, vanilla friendly, open-source mod that adds in more tiers of Netherite!
https://www.curseforge.com/minecraft/mc-mods/advanced-netherite
GNU General Public License v3.0
21 stars 14 forks source link

Tools break other blocks which they aren't meant to quickly. #23

Closed Quarkul closed 2 years ago

Quarkul commented 2 years ago

Describe the bug When using any of the tools in this mod including swords, axes, hoes, shovels and pickaxes they break all blocks faster than they should.

Steps to reproduce the behavior:

  1. Get any of the items mentioned beforehand.
  2. Mine any block.

Expected behavior Use of items on blocks not meant to be broken by these tools results in the same breaking speed as with your fists.

Technical Information:

Additional context No other mods were used.

Autovw commented 2 years ago

Thanks for the report! I will get this fixed asap.

In case you're interested why this happens:

In an attempt at making the tool breaking speed configurable in version 1.14.0 I made the speed values from the config apply to tools without providing some additional checks. Apparently I forgot to test this properly before release.