How to make village type

Started by aidenberry on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2026
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make village type

How can I make a new type of village? As in, like one of the types in the structures section of a biome

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Like a villager biome…
Thu, 04/16/2026 - 16:26

Like a villager biome variant, with the outfits? Not possible through mcreator to add a villager variant. You can make seperate entities using the villager base model and then run an entity tick update, check whether villager is in your custom biome, then despawn it and spawn your custom one. Then for professions you would need to add a model layer of the different professions, or all of them, on top. You can't add vanilla type villager trades this way though. Could do it with code though.

Joined Apr 2026
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I meant for the village type…
Tue, 04/28/2026 - 15:43

I meant for the village type itself, since the houses look different. I found out that you can use a jigsaw though.