Terrain generation question

Started by mrgwbland on

Topic category: Advanced modding

Last seen on 22:18, 7. Feb 2022
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Terrain generation question

So what I want to do is have an image that is the map and I want a specific dimension to generate different biomes depending on the different colours of the image. This is similar to some mods like worldpainter but mine is predetermined to make a map of the Earth. if this cannot be done normally in mcreator can anyone make it out of code?

Last seen on 03:12, 31. Jul 2021
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
unfortunately I don't think…
Fri, 06/12/2020 - 02:19

unfortunately I don't think that is possible in both Mcreator or just plain code,

what your trying to do uses height maps and that isn't used in Minecraft's terrain generation system

Last seen on 22:18, 7. Feb 2022
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It must be possible some way…
Fri, 06/12/2020 - 09:46

It must be possible some way though, you should check out the world painter mod, they have achieved it

Last seen on 03:12, 31. Jul 2021
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yeah but thats with a map,…
Sat, 06/13/2020 - 07:58

Yeah but thats with a map, not an entirely custom dimension that you access through a portal anywhere in the world and is made entirely out of plain code :/

Worldpainter just creates a custom level.dat file, not a new dimension. and a level.dat file controls the generation of every dimension