Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tree Harvester and Tinkers' Construct incompatibility issue. #2876

Open
DukeFiskenXI opened this issue Jan 25, 2025 · 1 comment
Open

Tree Harvester and Tinkers' Construct incompatibility issue. #2876

DukeFiskenXI opened this issue Jan 25, 2025 · 1 comment
Assignees
Labels
Incompatibility Two mods aren't working together. Mod Label Missing A new issue where the mod label has yet to be assigned.

Comments

@DukeFiskenXI
Copy link

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.

@KnightMiner
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Incompatibility Two mods aren't working together. Mod Label Missing A new issue where the mod label has yet to be assigned.
Projects
None yet
Development

No branches or pull requests

3 participants