Help with Custom Dimension Generation

Started by Khmer on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 months ago
Joined May 2017
Points:
829

User statistics:

  • Modifications: 0
  • Forum topics: 20
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 63
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
Active 2 months ago
Joined May 2017
Points:
829

User statistics:

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

Bump.

Active 3 weeks ago
Joined Aug 2017
Points:
947

User statistics:

  • Modifications: 1
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 166
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.