iPortalTeam / ImmersivePortalsMod

Non-Euclidean in Minecraft. See through portals and teleport seamlessly.
https://qouteall.fun/immptl/
Apache License 2.0
450 stars 108 forks source link

Conflict with HealthCare mod: no errors, but HealthCare UI is not shown #1274

Open Grawl opened 1 year ago

Grawl commented 1 year ago

According to your testing, does the issue occur with ONLY Immersive Portals mod and Fabric API?

Yes

Describe the issue

If I launch Minecraft with these mods:

Immersive Portals will work, but HealthCare is not.

No errors, no crashes.

MC 1.19.3

qouteall commented 1 year ago

Seems that HealthCare does not do any special rendering on its own. It just changes texts. ImmPtl probably does not interfere text rendering. So the issue may be related with data synchronization.

https://github.com/samolego/HealthCare/blob/1.2.1/src/main/java/org/samo_lego/healthcare/mixin/ServerPlayNetworkHandlerMixin_HealthTag.java#L69