How to make Aether like world generation?

Started by Konrados on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make Aether like world generation?

I already tried using structures but the thing with them is that none of islands will be unique and also you cant make random ores on each island

Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Mcreator should really have…
Fri, 12/27/2024 - 16:44

Mcreator should really have a setting for this, but here's how it's done.

Look for island_noise_override, and set it to false.

      "default_block": {
"Name": "chambers:grimstone"
},
"default_fluid": {
"Name": "minecraft:air"
},
"spawn_target": [],
"noise": {
"min_y": 0,
"height": 128,
"size_horizontal": 1,
"size_vertical": 4,
"island_noise_override": true ◀
},
"noise_router": {
"barrier": 0,
"fluid_level_floodedness": 0,
"fluid_level_spread": 0,
"lava": 0,
"temperature": 0,
Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Have a nice day!
Fri, 12/27/2024 - 16:45

Have a nice day!