In Control!

In Control!

82M Downloads

1.20.1 Events, cow and chicken example works on server but not if i swap mobs. Any idea why?

ElPerro420 opened this issue ยท 0 comments

commented

[
{
"on": "mob_killed",
"parameters": {
"mob": "minecraft:skeleton",
"player": true
},
"conditions": {
"dimension": "minecraft:overworld",
"random": 1
},
"spawn": {
"mob": "minecraft:silverfish",
"mindistance": 3,
"maxdistance": 5,
"mincount": 2,
"maxcount": 3,
"attempts": 20
}
}
]