Jump to content

Is there any way to add a second overworld dimension that uses a specific seed that is NOT the same seed as the main overworld?


Recommended Posts

Posted

Basically the title. I'd like to create another overworld and add it as a custom dimension in my world. Is that is possible, how would one go about doing that, or where might a guide or video or something to help be located?

I've tried adding a dimension via datapack, but the ability to define a separate seed for other dimensions was apparently removed some time ago. I've also looked at other dimension mods like multiverse, but they are all stuck in older versions of MC or still pull the save's main seed to generate the world.

P.S.
Code I used in the datapack (It still used the default overall seed and not the specified one, it was a carbon copy of the main overworld):

{        
  "type": "minecraft:overworld",
  "generator": {
	"biome_source": {
	  "preset": "minecraft:overworld",
	  "type": "minecraft:multi_noise"
	},
	"seed": 6487992,
	"settings": "minecraft:overworld",
	"type": "minecraft:noise"
  }
}

 

Posted
15 hours ago, LogicSequence said:

Basically the title. I'd like to create another overworld and add it as a custom dimension in my world. Is that is possible, how would one go about doing that, or where might a guide or video or something to help be located?

Use the same exact properties as the overworld stuff for the dimension files.

15 hours ago, LogicSequence said:

I've tried adding a dimension via datapack, but the ability to define a separate seed for other dimensions was apparently removed some time ago. I've also looked at other dimension mods like multiverse, but they are all stuck in older versions of MC or still pull the save's main seed to generate the world.

Yes, I believe that feature was removed.

Posted
10 hours ago, ChampionAsh5357 said:

Use the same exact properties as the overworld stuff for the dimension files.

Yes, I believe that feature was removed.

Right, i can add another overworld dimension, an exact copy of the overworld using the same seed, but i'd like to have an overworld with a different seed, or to copy the overworld from another save. Basically, is there a way around forcing the game to use the same seed as the primary overworld when it generates the second overworld dimension? Edit this or that file, replace these files, anything?

Posted
18 hours ago, ChampionAsh5357 said:

The best I can think of is to not use the overworld type and remake the overworld with its biomes in a custom minecraft:noise generator.

Would that force it to use a different seed when it generated the world though? Even if i copy all the biomes and settings perfectly, if it doesn't use a different seed to generate the terrain the actual map will be the same, right?

Posted
4 hours ago, LogicSequence said:

Would that force it to use a different seed when it generated the world though? Even if i copy all the biomes and settings perfectly, if it doesn't use a different seed to generate the terrain the actual map will be the same, right?

Technically since it's a different generator, it should handle the random slightly differently such that the results are not exactly the same as the overworld. You could always try to verify it though.

Posted
19 hours ago, ChampionAsh5357 said:

Technically since it's a different generator, it should handle the random slightly differently such that the results are not exactly the same as the overworld. You could always try to verify it though.

Ok, but would it work with a SPECIFIC different seed, i'm not trying for a random seed, i'm trying for a different yet specific seed that isn't the same as the main overworld?

Posted
5 hours ago, LogicSequence said:

Ok, but would it work with a SPECIFIC different seed, i'm not trying for a random seed, i'm trying for a different yet specific seed that isn't the same as the main overworld?

Ah, apologies for the misunderstanding. Most likely not. If you wanted to do that, you would most likely need to remake the entire chunk generator to take in a specific seed, and even then you would need to verify that the seed would still correspond to the wanted result.

  • 1 year later...
Posted

I made a video explaining the details of a custom overworld in your own Singleplayer world, without the use of datapacks or modpacks. While there isn't a way to edit the time and weather directly (since this method only adds the world as a dimension), I made it possible to use only an NBT editor, and some folders to transfer a little bit of data. 

Despite the video being a couple years old, this method still works on the latest releases of the game, so don't worry if it says 1.18. Because the filesystem for the worlds have not changed one bit. Also, it might be a bit sloppy, but all you got to do is create two worlds, copy a specific value in the world .dat data using the NBT editor, put it in the world you want it to appear in, and use the three folders called Region, Entities, and Data and put that into the dimensions folder on your main world after you load your dimension for the first time. (optional, but if you wanted your data to be loaded from the other world you generated).

 

My video tutorial can explain it all:

https://youtu.be/xbD76NCVX0Q?si=-Vx9StmkgOZ6-Go0

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hi there! I'm looking for a mod that will randomly determine if someone will keep their items on death or lose them all. Does anyone know of a mod like this?
    • Recently I feel like the time taken for a response in the Modder Support forum is slower than what it was when I first joined the forum (9 months ago), which feels odd due to the amount of views many posts get (my most recent one is currently sitting at 19.6k views with no replies; though I understand that not everyone viewing may have an account or be able to help). I would usually get replies only a few days after originally posting, but with my most recent post I have been waiting for two weeks. I even saw a post a few days ago where someone got a reply six months after they posted.    In my case, I am quite an inexperienced modder that is relying on tutorials to learn my modding. With my inexperience there are some issues, like two that I am having now where things are going wrong with my code yet my code matches perfectly with the tutorial, that I am simply clueless on and am put in quite a roadblock. The help here on the forums is excellent and I usually don't mind waiting a few days, but I would also really like to progress with my mod and release it to the public. I am not trying to complain with this post, I am just wanting to mention something bothering me to see if anyone else is the same.
    • Hi I'm currently making an addon mods to add compatibility between tacz and the Vault Hunters Modpack. I added a new item that is a extend of the kineticgun class from tacz and implements the vaultgear classes from Vault Hunters. The texture and other functionnality of the guns in tacz comes from the gunId nbt so once i add the nbt my new item works perfectly. My problem is when in debug the texture from tacz works and i can see the gun in every place but once i export the mod i can only see the gun in my hand in first person, in third person and the inventory i get the error texture. If you can help please leave a message. Thank you   ps1: src https://github.com/Pixyde/tacz_x_vault_hunters ps2: this is my first mod
    • Yea, I disabled the mod and still crashed in the same spot
  • Topics

  • Who's Online (See full list)

    • There are no registered users currently online
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.