CCA block components not syncing due to the CCA mixin being indirectly (this method calls a method CCA mixins into) overwritten here
the PlayerLookup API from the Fabric API by overwriting the vanilla method of isChunkTracked and redirecting getPlayers and getPlayersCloseForSpawning to allow players outside the dimension to be included aswell.
Fixes the following:
isChunkTracked
and redirectinggetPlayers
andgetPlayersCloseForSpawning
to allow players outside the dimension to be included aswell.