Topic category: Help with Minecraft modding (Java Edition)
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!
Bump.
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.