Getting illagers to spawn in villages instead of villagers?
justinfleming opened this issue ยท 1 comments
I tried starting with the example given just as a starting point to see how things work using structure "village":
{
"structure": "Village",
"mincount": "3,VillagerGolem",
"mobs": [
{
"mob": "VillagerGolem",
"weight": 5,
"groupcountmin": 1,
"groupcountmax": 2
}
]
}
But that produced a crash on loading incontrol?
Can anyone help?