magneticflux- / fabric-tree-chopper

GNU Lesser General Public License v3.0
14 stars 9 forks source link

[Feature request] Avoid breaking Axe #44

Closed TBG-FR closed 3 years ago

TBG-FR commented 3 years ago

Hello there !

I've been trying various mods around the "tree chopping" problem, and yours is great because of the "natural leaves" recognition ! However, I think it misses a setting to avoid breaking the Axe (leaving it with 1 of durability), when you cut a big tree. I think it may have to deal with BREAK_AFTER_CHOP or BREAK_MID_CHOP to choose if the tree should be left partially chopped or not.

Also, are you accepting pull request ? Maybe I could find some time and help you on that kind of improvement 😄

Thanks in advance !

magneticflux- commented 3 years ago

I think #53 is a solid implementation of this idea. I'd love your feedback on the changes in this preview: fabric-tree-chopper-0.7.3-SNAPSHOT.zip. Let me know how it works for you!

TBG-FR commented 3 years ago

Sorry, I didn't had the time to check that yet, but thanks for the update and the fix !