Immersive Portals

Immersive Portals

5M Downloads

"/portal euler set_other_side" sets portals upsidedown

Vexxen1 opened this issue ยท 5 comments

commented

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

Yes

Describe the issue

Run the command:
/execute as @e[type=immersive_portals:portal,sort=nearest,limit=1] run portal euler set_other_side ~ ~ ~ ~ ~
it will set the rotation upside down.

Post the log here

No response

commented

Sorry for the issue spam, put it all into 1 issue, you can delete this post:
#1236

commented

Currently the euler angle rotation correspond to the other side's facing rotation. You want it to be the opposite?

commented

I see what do you mean by upside down now.

commented

The upside-down issue is caused by the mod's reverse portal entity linking rule. ImmPtl currently flips axisH to create the flipped and reverse portal. Changing it to axisW will fix the upside-down issue, but also change existing portal linking status and may break the portals of existing worlds.

commented

fixed