bspkrs / Treecapitator

DaftPVF's Treecapitator mod for Minecraft. Chops down trees in a single blow. Requires bspkrsCore.
http://www.minecraftforum.net/topic/1009577-
42 stars 36 forks source link

[Feature request] Ex Nihilo #29

Closed Maelstraz closed 9 years ago

Maelstraz commented 9 years ago

Iirc, there is feature for auto-use shears, if you have it in your inventory, while treecapitating.

So, can you add same mechanic for Ex Nihilo's crooks?

bspkrs commented 9 years ago

You have the ability to add them to the config file if you so desire.

Lunatrius commented 9 years ago

Won't work. The crook uses onBlockStartBreak instead of onBlockDestroyed.

Edit: wrapping onBlockDestroyed(...) into if (!onBlockStartBreak(...)) should work. May try to test later.