dexman545 / Fabric-Autoswitch

Automagical switching of tools to the best one for the job, for Minecraft
https://www.curseforge.com/minecraft/mc-mods/fabric-autoswitch
GNU Lesser General Public License v3.0
24 stars 6 forks source link

Fix switching to wrong tool #59

Closed wiktormalyska closed 1 year ago

wiktormalyska commented 1 year ago

make it so bamboo and leaves will always be broken by hand

dexman545 commented 1 year ago

Version? What tool is it selecting?

wiktormalyska commented 1 year ago

7.0.0 alpha1 It's selecting sword, then axe, also haybales are not auto selecting into hoe

dexman545 commented 1 year ago

Ok, so some issues are to be expected as v7 gets finalized due to Materials being removed and some changes to tool selection logic.

For bamboo, it instabreaks with swords, and will break faster with an axe. So it is intended for AS to select them. If you wish to force use of no tool, add this on a new line in autoswitchAttackAction.cfg: minecraft!bamboo =. The same would need to be done for bamboo shoots.

Leaves seem to be broken, I'll look into it. They should prefer shears and hoes.

Haybales will also need to be investigated.

wiktormalyska commented 1 year ago

Okay ty. I will check if anything more is picked wrongly

dexman545 commented 1 year ago

Will be releasing 7.0.1 to modrinth shortly, should fix haybales and leaves. This issue will be autoclosed at that time, feel free to reopen or make a new one if you find other issues.