Skip to content
[/craft]

Place A Blaze Spawner

Create a spawner that spawns blazes instead of zombies

✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026

Places a spawner block configured to spawn blazes. This is distinct from the default zombie spawner and is useful for building efficient blaze farms to collect rods. The spawner will activate when players are nearby.

/setblock ~ ~ ~ spawner{SpawnData:{entity:{id:"minecraft:blaze"}}}
66 characters

How to use

  1. Open chat (T on Java, / on Bedrock).
  2. Paste the command and press Enter.
  3. The spawner is placed and ready to spawn blazes.
  4. Stand nearby to trigger spawn attempts.

Related commands

Place a working mob spawner that continuously spawns zombies

/setblock ~ ~ ~ spawner{SpawnData:{entity:{id:"minecraft:zombie"}}}

Create a command block at your location for automation

/setblock ~ ~1 ~ command_block[facing=up]{Command:"/say Hello"}

Create a repeating command block at your location

/setblock ~ ~ ~ repeating_command_block

Create a chain command block for sequential command execution

/setblock ~ ~ ~ chain_command_block

Remove all water from a region instantly

/fill ~-5 ~-5 ~-5 ~5 ~5 ~5 air replace water

Place one block at a specific spot

/setblock ~ ~ ~ stone