how to create a dimension generated differently than overworld

Started by elzeraAOP on

Topic category: Help with modding (Java Edition)

Last seen on 21:37, 4. Jul 2024
Joined Sep 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to create a dimension generated differently than overworld

hello, y wand to know how to create a custom dimension whit a generation different than overworld (unlike the preset overworld)

if you can help, i will happy !

Last seen on 23:15, 4. Jul 2024
Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
see https://mcreator.net…
Sat, 06/29/2024 - 19:40

see https://mcreator.net/wiki/how-make-dimension#:~:text=If%20you%20want%20that%20your,recipe%20as%20the%20dimension%20name.

The world gen type property controls the generation type.

On the first Tab of the element, there should be a gen type which is set to overworld but can be changed.

hope I helped! -PixelKid

Last seen on 21:37, 4. Jul 2024
Joined Sep 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it's dont helping me, scuse
Mon, 07/01/2024 - 19:42

it's dont helping me, scuse

Last seen on 07:28, 3. Jul 2024
Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you're wondering how to…
Tue, 07/02/2024 - 00:26

If you're wondering how to make one and the wiki isn't helping you, I would consider following a tutorial online. If you can't find anything, do these steps:

Press the D key in your workspace. This will open a menu where you can name your dimension however you please.

Go to the right side of your screen, and look up a bit. You should find: "Normal world gen" or something like that. Pressing on it will open a drop down sort-of menu, where you can see "Normal world gen", which is Overworld-like generation of your dimension, and so on. The photos explain what the generation will look like ingame.

Go to the portal menu. This menu is sort of self explainatory.

Last seen on 21:37, 4. Jul 2024
Joined Sep 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what I would like is not to…
Tue, 07/02/2024 - 08:17

what I would like is not to create a dimension identical to the overworld except that the drop-down memu only offers 3 different generations, my mods have been based on these three presets for almost a year and I would like to be able to create with a different generation of the nether, the overworld and the end

Last seen on 07:28, 3. Jul 2024
Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Then you're out of luck, my…
Wed, 07/03/2024 - 06:02

Then you're out of luck, my friend. These are the only three presets and I can't think of any plugins that would allow a mix between the two or even add more.

Last seen on 07:28, 3. Jul 2024
Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I mean three, sorry.
Wed, 07/03/2024 - 07:29

I mean three, sorry.

Last seen on 19:37, 5. Jul 2024
Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The dimension files that add…
Fri, 07/05/2024 - 19:17

The dimension files that add dimensions are written in a .json format and file. Knowing how minecraft dimensions work and how .json files work will help you. So using a dimension generator or writing code can create a new template. It will take a lot of work though.

An example generator is misode.github.io/dimension/. This may not do what you want it to do, but it will give you more control over the dimension. The dimension type settings here will give you the world gen type.

Sorry that I can't help you more, but this is the most I know and have been able to do in my time of research.

-PixelKid