how do i make a dimension load a pre made map

Started by OWOowOooadeofo… on

Topic category: Advanced modding

Active 1 year ago
Joined Mar 2019
Points:
817

User statistics:

  • Modifications: 5
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 41
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?

Active 4 years ago
Joined Jun 2018
Points:
795

User statistics:

  • Modifications: 3
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 151
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.

Active 4 months ago
Joined Jun 2019
Points:
2785

User statistics:

  • Modifications: 4
  • Forum topics: 48
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3716
no, the schematic can only…
Fri, 07/19/2019 - 23:27

no, the schematic can only be 32*32*32

Active 4 years ago
Joined Jun 2018
Points:
795

User statistics:

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

I thought they removed that limit

Active 4 years ago
Joined Jun 2016
Points:
1725

User statistics:

  • Modifications: 6
  • Forum topics: 17
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1752
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.

Active 4 months ago
Joined Jun 2019
Points:
2785

User statistics:

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

 if you want to know how it works. 

lol xd

Active 1 year ago
Joined Feb 2021
Points:
699

User statistics:

  • Modifications: 4
  • Forum topics: 13
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 94
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

Active 2 days ago
Joined May 2021
Points:
703

User statistics:

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

 

1.16 its 48x48x48

 

 I have tested it and it works.

Active 2 days ago
Joined May 2021
Points:
703

User statistics:

  • Modifications: 2
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 171
   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.

Active 8 months ago
Joined Jun 2024
Points:
80

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 15
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