How to i make a Dimension that has a pre loaded map

Started by OrangeGlowest on Thu, 03/16/2023 - 23:26

Topic category: Help with modding (Java Edition)

Last seen on 05:32, 19. Mar 2023
Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to i make a Dimension that has a pre loaded map
Thu, 03/16/2023 - 23:26

I am making a complex mod and i need to know this

Last seen on 19:48, 3. Jun 2023
Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
maybe try to break the map…
Sun, 04/23/2023 - 18:38

maybe try to break the map up into multiple different structures and place them down when a player first enters the dimension(there might be a trigger for this, or you could use on player tick update if the dimension of provided world is your dimension and a global variable to check if it has been loaded yet)  I think this could work, but i don't have a map to test it with.