Villages? Help!

Started by TheOneLegend207 on

Topic category: Help with modding (Java Edition)

Last seen on 20:54, 30. May 2020
Joined Aug 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Villages? Help!

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!

Last seen on 20:25, 8. May 2020
Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There are various strategies…
Wed, 10/23/2019 - 12:10

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.

Last seen on 20:54, 30. May 2020
Joined Aug 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks mate!
Thu, 10/24/2019 - 02:17

Thanks mate!