iPortalTeam / ImmersivePortalsMod

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

/portal scale_portals_relative_to_point doesn't work properly #1361

Open ImSpaceLover opened 1 year ago

ImSpaceLover commented 1 year ago

Is it a mod compatibility issue?

No

Minecraft version

1.19.4

Describe the issue

The /portal scale_portals_relative_to_point command gives wrong weird results when executed Example: I have a pair of portals (one in the red frame and one in the gray frame) connected to each other. The portal in the 2 times bigger and has a scale transformation of 2. image I want to move the red portal so it fits inside the white frame by using the command /execute at @e[type=minecraft:marker,tag=marker] run portal scale_portals_relative_to_point @e[type=immersive_portals:portal,tag=portal] ~ ~ ~ 0.5 (the marker is shown as a green dot) But when I execute the command I get this: image The portal has proper coordinates but wrong size. It becomes a 8x8 portal instead of a 2x2 portal.