fabric/fabric-tool-attribute-api-v1
Juuxel 5521a561ea Fix shears being the ultimate mining tool (#1809)
* Add detail about default value to MiningLevelManager jd

* Fix shears being the ultimate mining tool

In more technical terms, fix an invalid
comparison in TaggedToolsModdedBlocksToolHandler.
The code was supposed to check if the tool's
mining level was at least the block's minimum
mining level. Instead, the check succeeded
whenever the block required a tool
(min level >= 0).

* WIP fixing tool attribute api bugs

* Fix mostly everything

* Simplify to (== 0) with explanation
2021-11-06 20:04:19 +00:00
..
src Fix shears being the ultimate mining tool (#1809) 2021-11-06 20:04:19 +00:00
build.gradle Fix shears being the ultimate mining tool (#1809) 2021-11-06 20:04:19 +00:00