Started by
aidenberry
on
Topic category: Help with Minecraft modding (Java Edition)
How can I make a new type of village? As in, like one of the types in the structures section of a biome
Topic category: Help with Minecraft modding (Java Edition)
How can I make a new type of village? As in, like one of the types in the structures section of a biome
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.
I meant for the village type itself, since the houses look different. I found out that you can use a jigsaw though.