Immersive Portals (for Forge)

Immersive Portals (for Forge)

3M Downloads

Dimension stack command not working [Forge]

BeanFeed opened this issue ยท 2 comments

commented

According to your testing, does the issue occur with ONLY Immersive Portals mod installed?

Yes

Forge Version

43.1.57

ImmersivePortals Version

2.3.1-forge1.19.2

Latest Log

https://gist.github.com/BeanFeed/c6143bc9f5e8671dab4feac8dbeae5f0

Crash Report (if applicable)

No response

Steps to Reproduce

  1. Create minecraft world without dimension stack
  2. Once loaded in, run /portal dimension_stack and open gui
  3. enable dimension stack and click finish
  4. nothing happens

What You Expected

I expected it to enable dimension stacking wit alternate 1 being above the overworld

What Happened Instead

Nothing was outputed. The portal between the dimensions were not created

Additional Details

There is no output relating to this besides saving the chunks for each dimension in the logs. No output in chat either.

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 I'm not using a hybrid server (Magma, Cauldron) or a different (non official) Forge Server release.
  • I have confirmed this issue is unique and has not been reported already.
commented

I believe the problem is here https://github.com/iPortalTeam/ImmersivePortalsModForForge/blob/1.18/src/main/java/qouteall/imm_ptl/peripheral/dim_stack/DimStackManagement.java#L143. I put a println before it and it prints out so I know that dimStackInfo isn't null so I put a println in line 159 of that same file and it never gets printed so that method isn't getting called on the server from line 143.

commented

This is still a thing on 2.3.5 (Forge 43.2.0)