Started by
Saladsamnam
on
Topic category: Help with Minecraft modding (Java Edition)
Hello, I was wondering if someone could give me a good tutorial on how to make an ok at least ocean dimension. If this is not possible with current Mcreator standards I understand, thanks
I understand this thread is almost a couple weeks old at this point and hopefully you've found a solution by now, but if not...
It depends just how you want your dimension and the biomes within it to generate, but there are two things to keep in mind when creating an ocean - whether it be a whole dimension or just a biome.
One is the sea level of the dimension. Once you've already created a dimension, you can open the code editor to edit one of its .json files. Inside that, search for the word "sea" and you'll find the variable that controls the sea level for that dimension, listed as "sea_level", underneath "settings".
The second thing to keep in mind is the base height of each biome. When you go to create a biome, in the last tab, "Biome generation", you'll see a setting called "Biome base height". You'll want to set that value low enough for the biome to generate beneath your dimension's sea level.
Negative numbers work, too. I suggest starting with -1.5 and playing around with it until you get something you like.
I can't find the reffered to 'biome height' in 2023.1, was it removed or do I just suck at looking? Also, thank you. I never check my account replies often so I had yet to see this, but it is still helpful