Tetra

Tetra

25M Downloads

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

optionalduck opened this issue ยท 2 comments

commented

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.

commented

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?

commented

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.