No Group Spawning in 1.16.5
FrozenToothpaste opened this issue ยท 2 comments
Mobs always spawn alone. How do I spawn groups? Using amount in spawner.json doesnt work
On latest version (29 June 2021)
amount does work but you have to make sure 'attempts' is high enough so that it actually succeeds in spawning groups
Same problem here!
Example...
spawner.json
{
"mob": "minecraft:spider",
"persecond": 0.5,
"attempts": 20,
"amount": {
"minimum": 3,
"maximum": 7
},
"conditions": {
"dimension": "minecraft:the_nether"
}
}
spawn.json
{
"mob": "minecraft:spider",
"dimension": "minecraft:the_nether",
"biome": "minecraft:nether_wastes",
"result": "default"
},
{
"mob": "minecraft:spider",
"dimension": "minecraft:the_nether",
"incontrol": true,
"result": "deny"
}
The spiders will NEVER spawn in any group number