[1.16.5 fabric] BUG: tame task can‘t be finished
CCCClear opened this issue · 2 comments
I tested in the game only with the hqm mod. Its 1.16.5 fabric. And its the latest mod.
Tested this and can conclude that this is a fabric-specific issue.
The block state provided through the block break hook is the state after breaking (air), instead of the previous state (the block being broken). The hook is provided by cloth, so it should probably be fixed there unless a replacement is written in this mod.
The taming hook currently only has a mixin trigger for horse-like taming. That hook is simply incomplete and does not cover any other forms of taming. It'll need to be completed, or replaced by a complete hook from a dependency if such a hook exists.
I do not currently feel knowledgeable enough on modding practices in fabric (such as mixins) to attempt a solution, but perhaps someone else does.