ImmersivePortalsMod
ImmersivePortalsMod copied to clipboard
Fix CCA Block syncing and PlayerLookup API
Fixes the following:
- 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
isChunkTrackedand redirectinggetPlayersandgetPlayersCloseForSpawningto allow players outside the dimension to be included aswell.
I've just found that block entities placed/added after the chunk load still don't work. Will try to fix it soon.