Started by
TheOneLegend207
on
Topic category: Help with Minecraft modding (Java Edition)
Is there any way to replicate the function of Minecraft villages in mcreator? Can you create villages in mcreator? If so, please tell me how!
Topic category: Help with Minecraft modding (Java Edition)
Is there any way to replicate the function of Minecraft villages in mcreator? Can you create villages in mcreator? If so, please tell me how!
There are various strategies to spawn in multiple separate structures: https://www.youtube.com/watch?v=2sfqLgUR2Tw
You can change the spawning method to fit exactly your needs:
From: https://mcreator.net/comment/98482
A good start would be: https://pasteboard.co/IBWrZIm.png Spawns a village based on grid and snaps them to the ground.
Then what you'd need to do is check for the ground below you before spawning a structure to make sure it's the ground you're looking for. If you don't want water-villages, simply prevent the spawning of the structure if true.
Add some dirt to your structure (I think vanilla minecraft does the same) so that when you spawn it, the far corners are also on the ground. A few extra things (regarding trees and offset of buildings) and you're looking at a pretty decent village.
Thanks mate!