Portals between dimensions cannot be found.
CowChunks opened this issue ยท 3 comments
According to your testing, does the issue occur with ONLY Immersive Portals mod?
Yes
Forge Version
40.1.73
ImmersivePortals Version
immersive-portals-1.4.9-rc2-mc1.18.2-forge
Latest Log
https://gist.github.com/CowChunks/22c54b6b429856d4a1a972e516a7460f
Crash Report (if applicable)
No response
Steps to Reproduce
- Set a data pack up that locates a same shaped portal in a different dimension (eg. The Nether) with the option to create a portal if a identical frame cannot be found set to false.
- Create the two same portals in each of the respective dimensions
- Light one of the portals
What You Expected
For a portal to be created at the location of the same frame in the other dimension.
What Happened Instead
I lit one of the portals and it played the animation of purple particles, then nothing happened. No message appeared.
Additional Details
Please Read and Confirm The Following
- I have confirmed this bug can be replicated without the use of Optifine.
- I have confirmed the details provided in this report are concise as possible and does not contained vague information (ie. Versions are properly recorded, answers to questions are clear).
- I have confirmed this does not happen on the fabric version (If it does please report to here instead).
- I have confirmed this issue is unique and has not been reported already.
Here is a google drive link with the pack. Its just crying obsidian for a frame and it only goes from overworld to nether. https://drive.google.com/file/d/16qQm0gqJbPwl4-rBhiP5KYOrMeU79vqG/view?usp=sharing
This is working as you intend it to work.
Note, to mimic vanilla portal logic, you need to apply from/to scaling:
space_ratio_from Integer (1 if missing). This side dimension's space ratio.
space_ratio_to Integer (1 if missing). The other side dimension's space ratio. Together with the above defines the space mapping. For example, 8 blocks' length in overworld corresponds to 1 block's length in the nether. The overworld's space ratio is 8 and the nether's space ration is 1.
Otherwise, the coordinates of the frames need to match.