Floating Islands type dimension gen?

Started by swelkinn_n on

Topic category: Help with modding (Java Edition)

Last seen on 23:20, 6. Apr 2024
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

Last seen on 04:28, 26. Jan 2024
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.

Last seen on 04:28, 26. Jan 2024
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

Last seen on 20:27, 5. May 2024
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@RexCerv not esactly,…
Fri, 02/18/2022 - 23:00

@RexCerv not esactly, because Minecraft can't load dimension with an ovveride without a bit of noise generation changing

@swelkinn_n use this site to make your dimension work without problems https://misode.github.io/dimension/