In Control!

In Control!

72M Downloads

Can't get blazes to spawn in OW with docs code

Closed this issue ยท 7 comments

commented

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

Image taken at night just after killing all entities, only overworld mobs spawning

commented

Try with "Blaze" instead of "minecraft:blaze"

commented

Still not working, I additionally tried with netherrack instead of minecraft:netherrack but without results

commented

Don't do 'netherrack'. Change only the Blaze

commented

Tried only changing blaze, didnt work unfortunately

commented

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

commented

Why did you reopen this?

commented

So someone would change docs