Place A Blaze Spawner
Create a spawner that spawns blazes instead of zombies
✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026Places 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
- Java: yes
- Bedrock: no
- Command block: yes
- Needs cheats / OP: yes
How to use
- Open chat (T on Java, / on Bedrock).
- Paste the command and press Enter.
- The spawner is placed and ready to spawn blazes.
- 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_blockCreate a chain command block for sequential command execution
/setblock ~ ~ ~ chain_command_blockRemove all water from a region instantly
/fill ~-5 ~-5 ~-5 ~5 ~5 ~5 air replace water