v1.09 You can now add a pool of weapons with a probability to each mob :
{
"hordeCompositions": [
{
"mobTypes": [
{
"id": "minecraft:zombie",
"weight": 30,
"weapons": [
{
"itemId": "minecraft:ironrthf_sword",
"chance": 0.5
},
{
"itemId": "minecraft:stondrgbdge_sword",
"chance": 0.3
}
]
}
]
}
]
}
v1.08 - 1.20.1
Addition :
- A new configuration parameter is available : "showHordeSpawningMessage" -> if it's TRUE a message in the chat will show the coordinate of the Horde spawning point.
- If a Pillager is part of the Horde he will have a Crossbow equipped.
- If a Skeleton is part of the Horde he will have a chance to have a Bow equipped.
v1.0.7
- When horde members kill a target they start patrolling again