Incompatibility with FabricTailor mod
Hi!
FabricTailor mod seems to crash when having Tic-Tacs installed (https://github.com/samolego/FabricTailor/issues/11).
It throws NPE after calling methods on the tracker entry for the player, since it's null.
Any ideas what could be done here? Thanks :D
Hi! Thanks for the report. :)
This issue arises because Tic-TACS replaces the entity tracker system, instead maintaining its own map of entities to their tracker and using a totally different object type altogether.
I'm not sure what the correct solution here may be. Tic-TACS may need to emulate those vanilla objects for compatibility purposes- I don't think it's reasonable to delegate responsibility to other mods, especially in case like this of a pretty common operation that's not terribly invasive.