Floating Islands type dimension gen?

Started by swelkinn_n on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Floating Islands type dimension gen?

How would you go about adding a custom dimension generation type?

I just want to make a simple floating islands-esq dimension, since the end dimension type has all but one of the islands generating a thousand blocks away and all.

I'm not exactly sure how to make the json file either but I can find that out on my own

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Really simple, if you want…
Fri, 02/18/2022 - 20:31

Really simple, if you want to costumize it even more tho, make sure you know how json files work

First, finish your dimension, lock code and enter the first json file of it, should be called the name of your mod element, and should be in the dimension folder, to verify it is the correct one, it should say

{

    "type": "your_dimension_name",

Lastly, scroll to the bottom til it says

"noise": { 

and on the line 

"island_noise_override": true,

 change it to false, that's it, you can customize more things on this section too, just be careful if you don't know what they do.

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(1.17) should be similar for…
Fri, 02/18/2022 - 20:33

(1.17) should be similar for others but not sure, haven't test