Tinkers Construct

Tinkers Construct

160M Downloads

Tinker's axe-like tools (I.E: Handaxe) do not seem compatiable with HT's TreeChop

rapscalionjack opened this issue ยท 4 comments

commented

Minecraft Version

1.18.2

Forge Version

40.1.84

Mantle Version

1.9.27

Tinkers' Construct Version

3.5.2.40

Describe your issue

HT's TreeChop is a mod that lets you chop a part of a tree down to bring the rest of the tree down as well. The mod lets you use different axes, either by default or whitelisting them in the config, to chop trees down. However, the axe-like tools in Tinker's don't seem to work with TreeChop, breaking the blocks normally rather than activating the tree chopping action.

Example:
ezgif com-gif-maker-2

The original creator of HT's TreeChop attempted to add support between their mod and Tinker's, but it ultimately removed in later updates. Is it possible for support for this mod to come to Tinker's?

Crash Report

No response

Other mods

HT's TreeChop 0.16.3

Tried reproducing with just Tinkers?

Yes

Performance Enchancers

None of the above

Searched for known issues?

Searched open issues, Searched closed issues

commented

Their bug, they are hardcoding to instance of checks instead of using tool actions most likely. Nothing we can do to fix it.

commented

There a quick easy fix you can do in "config\treechop-common.toml"
at line 89 in the "item" field remove the entry "#tconstruct:modifiable/harvest"
If the line change it in [compatibility.general.blacklist] section.

Also KnightMiner seem to be wrong. There an api to add compatibility with ht tree.
hammertater blacklisted tinker construct because of the tree falling feature that conflict.
Here the link to that api: https://github.com/hammertater/treechop/blob/main/docs/compatibility.md#items

commented

If this is an intentional blacklist, then going to close this as works as intended. If you disagree, discuss this on their issue tracker as that is where you would have to change it.

commented

For anyone who stumbles across this issue, see hammertater/treechop#144 for the status of TreeChop support for Tinker's tools.