Started by
I dont speak english
on
Topic category: Help with Minecraft modding (Java Edition)
Hello. In the mod I'm doing I want to put big caves (like the megacaves of 1.18), but I don't know how to do them. Can someone help me make gigantic caves? (Or at least they are like those caves of the mod To_The_Depths that are great too). The point is, I want them to be huge. It can? And if it can, how do I do it?
Thanks.
In my mod I created the mega caverns in a very simple way:
1) I used word edit and voxelsniper (they are both plugins so I created a spigot su server on my pc) to model a 48x48 stone cube from the inside to create the cave structure.
2) I replaced the stone blocks with the structure voids to integrate the cave with the stone
3) I imported the structure on mcreator using the structure blocks
4) I created an invisible block similar to the air that checked if the conditions to place a huge cave (i.e. y 6 and that the biome was not an ocean so as not to create huge chasms)
5) I created a structure consisting only of the block of air to allow the cave to spawn
Remember to put the cave spawn procedure in a wait procedure of about 40 ticks so that the cave can spawn without being cut by unloaded chuncks. However I appreciate that you like my mod :)
Could you make a tutorial please