Tinkers Construct

Tinkers Construct

165M Downloads

Axes breaking like vanilla Axes, due to Tree Harvester mod

DukeFiskenXI opened this issue ยท 4 comments

commented

Minecraft Version

1.20.1

Modloader

Forge

Modloader Version

47.3.0

Mantle Version

Mantle 1.20.1-1.11.36

Tinkers' Construct Version

TConstruct 1.20.1-3.9.1.19

Describe your issue

Hi there, this is my first time writing an issue on github and for mods. So, do excuse if I made some mistakes.

The main issue that I just found was, my flint axe broke and desapeared, as if it was a vanilla axe.
I used Tree Harvester for collecting wood more easily, and I tried testing without Tree Harvester in a seperate modpack.
It would seem that Tree Harvester makes my axes desapear once the durability reaches 0 or below.
I'm still willing to use Tinkers Construct, due to how fun it is to use.

Hope this helps and have a great day.

Crash Report

No response

Other mods

Tree Harvester

Tried reproducing with just Tinkers?

Yes

Performance Enchancers

None of the above

Searched for known issues?

Checked pinned issues, Searched open issues, Searched closed issues, Checked the FAQ, Checked the in game books

commented

Almost certainly a tree harvester bug, report it to them and link it here

commented

That I shall, and thank you KnightMiner for responding!

commented

For the Tree Harvester and Tinkers' Construct issue: Serilum/.issue-tracker#2876

commented

Confirmed this is a bug with Tree Harvester: https://github.com/Serilum/Collective/blob/1.20.1/Common/src/main/java/com/natamus/collective/functions/ItemFunctions.java#L132-L146

They are missing a call to the Forge IForgeItem#damageItem callback. Nothing we can do about it if they don't call proper Forge hooks, I blame multiloader.