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

[Bug] Tetra axes dont work on logs with the Better Beginnings mod [1.20.1] #843

Open
optionalduck opened this issue Sep 26, 2024 · 2 comments
Labels

Comments

@optionalduck
Copy link

Observed behaviour

Tetra axes don't work on logs in the better beginnings mod. Other modded axes do and I talked to the mod creator and its because tetra axes don't count as "instance of axeitem". Perhaps there is a way to identify an axe that works with tetra, if so I could perhaps relay it to them. mod link: https://www.curseforge.com/minecraft/mc-mods/better-beginnings

Expected behaviour

The axes should chop logs like normal.

Steps to reproduce

  1. Have both mods installed
  2. try to chop a log with a tetra modified axe

Crashlog

No response

Tetra version

6.4.0

mutil/mGui version

6.1.1

Forge version

1.20.1 47.3.0

Other mods

I am using this modpack I made https://legacy.curseforge.com/minecraft/modpacks/wexcraft it has 188 mods but most are irrelevant for this.

@mickelus
Copy link
Owner

Looking at their source I couldn't find any log blocks, but you should be able to tag them to get them to work with tetra. I can't fix that in tetra but I can help you get a tag set up in your modpack. Do you know the block IDs of the logs and which tool tiers they should require?

@moonfather1
Copy link

moonfather1 commented Nov 29, 2024

I talked to the mod creator and its because tetra axes don't count as "instance of axeitem"

he should check if the tool can perform action, not for inheritance. there is canPerformAction call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants