ImmersivePortalsMod icon indicating copy to clipboard operation
ImmersivePortalsMod copied to clipboard

Fix CCA Block syncing and PlayerLookup API

Open daimond113 opened this issue 1 year ago • 1 comments

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 isChunkTracked and redirecting getPlayers and getPlayersCloseForSpawning to allow players outside the dimension to be included aswell.

daimond113 avatar Oct 26 '24 10:10 daimond113

I've just found that block entities placed/added after the chunk load still don't work. Will try to fix it soon.

daimond113 avatar Oct 28 '24 18:10 daimond113