🐛 Fixes
- Unbreakable items couldn't be used to break trees (#232 by @RakSrinaNa)
Uncategorized
🐛 Fixes
- Do not interpret unknown blocks/items as air (#222 by @RakSrinaNa)
Uncategorized
- Fix CI not signing jars (#223 by @RakSrinaNa)
🐛 Fixes
- Fix shift down mode not breaking blocks on Forge (#217 by @RakSrinaNa)
Uncategorized
🚀 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