Can't get blazes to spawn in OW with docs code
Closed this issue ยท 7 comments
Hi,
Probably just me not getting something but I've been trying to get blazes to spawn in overworld for hours now =(
I'm using the json provided by docs but it doesnt seem to work
Minecraft version 1.12.2, In control! version 3.9.18
potentialspawn.json:
[
{
"dimension": 0,
"mobs": [
{
"mob": "minecraft:blaze",
"weight": 5,
"groupcountmin": 1,
"groupcountmax": 2
}
]
}
]
spawn.json:
[
{
"dimension": 0,
"mob": "minecraft:blaze",
"block": "minecraft:netherack",
"result": "allow"
},
{
"dimension": 0,
"mob": "minecraft:blaze",
"result": "deny"
}
]
Image taken at night just after killing all entities, only overworld mobs spawning
Still not working, I additionally tried with netherrack instead of minecraft:netherrack but without results
Ok I removed the netherrack part completely and now it works, There's a typo in documentation that says netherack instead of netherrack. Someone should probably change that in case more people just try to copypaste like me lol