Structure Spawning in wrong dimension

Started by Al114 on

Topic category: Help with modding (Java Edition)

Last seen on 11:13, 18. May 2024
Joined Apr 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Structure Spawning in wrong dimension

So I am creating a mod that once you go through a portal a starting area for a dungeon spawns around you, however when I do this in a world it spawns the dungeon in the overworld for reasons unknown to me... Here is a photo of the code that I am using:

Current Code

This might be an issue with the mcreator version I am using (2022.1) however I don't know for sure. If you need it this is the settings I have for the structure:

Code

 

 

 

 

 

 

 

 

 

 

 

 

 

 

If you have any ideas on how to fix this I would be delighted to hear them!

Last seen on 07:39, 18. Mar 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I just want to say I have a…
Mon, 02/26/2024 - 22:14

I just want to say I have a similar problem, I'm making a dimension which spawns a room around you when you enter it. Here's the procedure I'm using currently:

(the PolishedStool entity is inside the structure and the player's meant to spawn riding it)

This procedure always makes the new structures spawn in the Overworld, where I'm coming from, rather than the custom dimension I'm going to.