how do i make a dimension load a pre made map

Started by OWOowOooadeofo… on

Topic category: Advanced modding

Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do i make a dimension load a pre made map

When going into the dimension, instead of making world gen, can i just make it load a premade map?

Joined Jun 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes, you can.   make all the…
Fri, 07/19/2019 - 14:53

Yes, you can.

 

make all the blocks in the dimension spawn as air and then when the player enters the dimension place the schematic of the map if the block at whatever relative position is air.

 

Simple, really.

Joined Jun 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I thought they removed that…
Sun, 07/21/2019 - 15:25

I thought they removed that limit

Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can make schematics…
Tue, 07/23/2019 - 10:14

You can make schematics larger than 32*32*32. I used my own method (inspired by the vanilla method 'nesting') to create a larger structure in Cogwheel Dungeons. Ask if you want to know how it works.

Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
 if you want to know how it…
Tue, 07/23/2019 - 11:21

 if you want to know how it works. 

lol xd

Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What to I do once I have…
Mon, 05/24/2021 - 00:23

What to I do once I have made the schematic so that it appears when I spawn in a custom dimension

Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
  1.16 its 48x48x48    I…
Thu, 05/27/2021 - 08:12

 

1.16 its 48x48x48

 

 I have tested it and it works.

Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
   BTW I think the only way…
Thu, 05/27/2021 - 08:18

 

 BTW I think the only way is to include the save file in your mod download with instructions.

Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I know how to do this, idk…
Sat, 07/13/2024 - 08:09

I know how to do this, idk if this would work tho, Basicaly, When the player joins the world, Make the player get teleported into a dimension which is just air, And then spawn a structure under them. Try making a procedure that replicates this process