[Fabric] Incompatibility with Immersive Portals
AeiouEnigma opened this issue ยท 2 comments
Copy of Fabricators-of-Create/Create#53 and iPortalTeam/ImmersivePortalsMod#967, opened here at the recommendation of qouteall.
Extraordinary rendering issues occur when looking through an Immersive Portal while the Fabric version of Create is installed.
Really I'm just hoping that by opening an issue here, maybe Jozufozu or Pepper can share some insight into what the cause of the issue could be.
Flywheel destroy all GL resources when ImmPtl create another client world
Flywheel can make that event triggered in Minecraft.updateLevelInEngines
so that it won't trigger when ImmPtl creates secondary client world and secondary world renderer. (But that solution is not perfect, it still needs to reset when reloading resourcepacks)
On immptl's side I can use hacky mixin to fix it temporarily.
Flywheel destroy all GL resources when ImmPtl create another client world
Flywheel can make that event triggered in
Minecraft.updateLevelInEngines
so that it won't trigger when ImmPtl creates secondary client world and secondary world renderer. (But that solution is not perfect, it still needs to reset when reloading resourcepacks)
On immptl's side I can use hacky mixin to fix it temporarily.
Does it also do this on Forge, or is this just how it was done on Fabric?