🚀 Features
- Improve tool damage handling by allowing non integer values and add roundingMode option (#189 by @RakSrinaNa)
- If a tree has 100 blocks, you have a damage multiplier of 0.2, then 20 blocks will be counted for the durability
- Multiplicand rounding options: mathematical rounding, round up (ceil), round down (floor), and probabilistic
- Added Russian and Ukrainian translations (#200 by @MobButcher)
- Change the way default axes are detected (#197)
- Try to not include stripped logs in default logs (#196)
Changed
- ClothConfig is supported again for forge
- Fix concurrency issue with breaking speed (#180)
Changed
Changed
- Port to 1.17.1
Changed
- Added some logs (#145)
- Added a configuration
notificationMode
to choose how messages are sent to the player. Values are CHAT or ACTION_BAR (#146) - Fixed adjacent blocks not being checked around the hit log (#147)
Changed
- Split max size configuration into
maxSearchSize
andmaxTreeSize
(#133) - Define what action to perform when
maxTreeSize
is reached (#133) - Define the break order of logs in INSTANTANEOUS mode (#133)
- Polish translations (#134 thanks to @goodideagiver)
- Allow nether warts to be broken instantly in SHIFT DOWN mode (#126)
Changed
- Fix wrong tooltip (max tree size applies to every breaking mode) (#129)
FABRIC ONLY RELEASE
Changed
- Port to 1.17
Changed
- Forge - Fire events when blocks are broken by the mod. This should improve compatibility with other mods (Project MMO) (#107)
Changed
Changed
- Fabric - Move cloth GUI logic into a separate class so it isn't loaded on the server when config file is read (#94)
- Forge - Fix mod not loading when cloth-config is present with Forge 36.1.10+ (#98)
- Jar is now the same for fabric and forge
- Take into account break speed modifications from other mods that may have handled the event before (#80)
- Use official minecraft mappings
- Jar should now be signed
- Add configuration whitelistedNonDecayLeaves to add leaves that doesn't decay and need to be broken by the tool (uses durability) (#77)
- Fixed leaves whitelist/blacklist not being saved (#76)
- Add configuration whitelistedNonDecayLeaves to add leaves that doesn't decay and need to be broken by the tool (uses durability) (#77)
- Cut trees from the branches towards the cut point (#71)
- Abort search as soon as max log count is reached (#70)