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

Started by OrangeGlowest on

Topic category: Help with modding (Java Edition)

Last seen on 21:47, 28. Aug 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

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

Last seen on 20:45, 24. Apr 2024
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.