Help with Custom Dimension Generation

Started by Khmer on

Topic category: Help with modding (Java Edition)

Last seen on 01:41, 8. Jan 2024
Joined May 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with Custom Dimension Generation
Sat, 03/20/2021 - 19:03 (edited)

   Hi. I'm working on a mod that adds several new dimensions with the Void being one of them. However, I want custom terrain generation for this, meaning none of the three preset options provided. I want terrain kind of like end generation but with smaller islands that are flat on top. I know that this requires extensive knowledge of java scripting and math, but I'm a complete noob and don't feel like learning a completely new coding language. Could someone please provide me with some kind of template or tutorial that I can work off of to achieve my desired result? I'll do research in the areas where it's necessary, I just don't want to have to make something from scratch with little coding knowledge.

Thanks, and have a great day!

Edited by Khmer on Sat, 03/20/2021 - 19:03
Last seen on 01:41, 8. Jan 2024
Joined May 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Bump.
Sun, 03/21/2021 - 02:50

Bump.

Last seen on 21:55, 16. Oct 2022
Joined Aug 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
One way you could achieve…
Sun, 03/21/2021 - 05:37

One way you could achieve this is by using structures. Make structures similar to the way you would want it and then add them to the dimension.