Posted February 12, 20223 yr For this teleporter, I'm trying to make a portal that links to another dimension that has naturally spawning portals as features, and I want it to teleport the player into one of the portals of the other dimension, if possible, instead of creating a new one. However, it cannot seem to find any POIs in the target dimension because they aren't generated yet, and I don't think PointOfInterestManager.ensureLoadedAndValid() really generates my feature. I was wondering how I could find the POI for chunks that haven't been generated yet.
February 12, 20223 yr Author I was able to trace it to PointOfInterestManager.getOrLoad() being all empty optionals after calling from getInChunk(). I thought that PointOfInterestManager.ensureLoadedAndValid() would load all the chunks that I'm searching, but apparently not.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.