Healing Campfire (Fabric)

Healing Campfire (Fabric)

374k Downloads

Tree Harvester and Tinkers' Construct incompatibility issue.

DukeFiskenXI opened this issue ยท 1 comments

commented

Information

Minecraft version: 1.20.1
Modloader: Forge
Forge version: 47.3.0
Environment: Singleplayer

First mod name: Tree Harvester
First mod version: 9.1

Second mod name: Tinkers' Construct
Second mod version: 3.9.1.19

Description

Hey there, this is sort of my first time sumbiting an issue to mod devs, but here goes.

When I want to destroy a tree with the use of Tree Harvester with the use of a Tinkers' Construct axe a bit too much, the axe disapears.
That isn't normal for Tinkers' construct, as it would normally just break and be ready to be repaired.

Hope this helps, and have a great day!

Crash report

Didn't crash the game, just an incompatibility between Tree Harvester and Tinkers' Construct.

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

You are missing a call to the Forge IForgeItem#damageItem callback. This is wrong and should be fixed or otherwise you are just going to delete items from other mods without their say.