🚀 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)
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)