What a trial spawner is
A trial spawner is a block in Minecraft that runs a timed fight when a player walks near it. It spawns a set wave of mobs, waits until they’re all dead, then ejects a reward and goes on cooldown. It’s the centerpiece of the trial chamber structure added in the 1.21 Tricky Trials update.
Think of it as a mob spawner with rules. A normal monster spawner runs constantly as long as conditions are met. A trial spawner only activates once per cycle, gives you exactly what it has on its list, and rewards you when you finish.
The block looks like a copper-edged stone cube with a glowing pattern in the middle. The pattern shows what’s inside: an inactive spawner is dark, an active one glows orange (or cyan if it’s the ominous version), and a cooldown spawner shows a duller color while it waits to reset.
Where to find trial spawners
Trial spawners only generate inside trial chambers. Trial chambers are underground copper-and-tuff structures that generate in the Overworld between Y -45 and Y 30, mostly in deepslate areas. You can find them by exploring caves, but the fastest way is to look for the surface entrance: a small opening in the ground with copper blocks and torch pillars around it. Chambers also break into existing cave systems, so deep mining sometimes hits one by accident.
Each trial chamber has between a few dozen and over a hundred trial spawners, depending on its size. They sit in spawn rooms, corridor pinch points, and the central reward areas with vaults attached.
You can also use the locate command if you’re stuck: /locate structure minecraft:trial_chambers returns the coordinates of the nearest one on Java. Bedrock uses /locate structure trial_chambers.
How the wave system works
When you walk within about 14 blocks of an inactive trial spawner, it activates. The spawner picks one mob type from its loot table and starts spawning that mob in the room around it. The wave size scales with how many players are nearby, so a duo will face more mobs per cycle than a solo player.
The spawner needs open space to place mobs. If the room is sealed off and there’s nowhere for a mob to stand, the spawn fails and the spawner waits. This is why trial chamber rooms have arrow slits and gaps in the floor: the chamber generator builds them so the spawner always has somewhere to drop a mob.
The wave keeps running until every mob it spawned is dead. Once the last one falls, the spawner ejects a trial key (or an ominous trial key, if it’s the ominous version) and enters cooldown.
The cooldown lasts 30 minutes of in-game time. After that, the spawner resets and can be triggered again by any player who walks near it. The 30-minute timer is per spawner, not per chamber, so different spawners in the same chamber can be on different cooldowns at the same time.
What mobs spawn
Trial spawners pick from a limited pool of hostile mobs. The default pool in a normal trial chamber includes zombies, husks, baby zombies, spiders, cave spiders, slimes, skeletons, bogged, and breezes. The exact roster of any given spawner is set when the chamber generates, so two spawners across the hall from each other can roll different mobs.
Each spawner is locked to one mob type for that activation. If a spawner pulls breeze when it activates, every mob in that wave is a breeze. If you trigger the same spawner again after its cooldown, it can roll a different mob from its pool.
Ominous trial spawners
If you walk into a trial chamber with Bad Omen, every trial spawner you pass switches to its ominous variant. The block turns cyan and the fight gets harder: more mobs per wave, tougher mobs in the spawn pool, and a chance to drop an ominous trial key instead of a regular one. Ominous trial keys open the ominous vaults, which carry better loot.
You get Bad Omen by drinking an Ominous Bottle, which drops from raids and from regular trial vaults. The effect lasts until you enter a trial chamber, at which point it converts to Trial Omen for the same number of in-game minutes.
A few things worth knowing about ominous trial spawners:
- They activate from the same 14-block range as normal ones.
- They hold their ominous state for the duration of the Trial Omen effect, then revert to normal.
- The cooldown is still 30 minutes after a successful clear.
- You can cancel Trial Omen by drinking milk, which reverts every spawner in the chamber to its normal state.
Trial keys and vaults
The whole point of clearing a trial spawner is the key. When the wave ends, the spawner ejects a trial key (regular or ominous) into the world. You pick it up and bring it to a vault, which is the other 1.21 block: a copper-and-stone vault that gives loot when you insert a key.
One key opens one vault. Each player can only loot a given vault once per key, but the vault itself doesn’t disappear, so a group of players can each insert their own key and pull their own loot. That’s the design that lets trial chambers work in multiplayer without one player snatching everything.
Regular vault loot leans toward enchanted books, diamonds, armor pieces, and renamed tools. Ominous vault loot adds Mace ingredients (heavy core, breeze rods), Wind Charges, and the chamber’s flagship enchanted books.
Mining and obtaining the block
You mine a trial spawner with any pickaxe. The fastest tool is netherite, but iron and up will get the job done quickly enough. The block has decent blast resistance, so it won’t break from a single creeper.
Here’s the catch: a trial spawner does not drop as an item in survival. Mining one in survival gives you nothing. The block exists in your world after it generates, and you can interact with it, but you can’t pick it up and put it in your inventory.
You can get the block in Creative mode by opening the creative inventory and grabbing it directly. In survival, the only ways to place one are commands: /give @s trial_spawner or /setblock ~ ~ ~ trial_spawner. Both require operator permission.
The block also can’t be moved by pistons. The contained spawn data is too complex for the piston system to handle, so the block resists push and pull the same way a chest or a furnace would.
Tips and common mistakes
Don’t break the spawner during the fight. Mining the active spawner in survival ends the wave with no key drop, the spawner is gone, and the reward is gone too. Wait until cooldown to mine it, or just leave it where it is, since it won’t drop in survival anyway.
Bring a shield. Breezes knock you back hard, and a shield buys you time to close the gap. A bow helps too, since breezes take ranged hits fine.
Light up cleared rooms. Once a spawner has been triggered and looted, regular hostile mob spawns can still happen there at night. A few torches keep the room quiet between cooldowns.
Don’t rush ominous runs solo. Ominous trial spawners can stack you into a corner with a ravager plus several skeletons. Bring a friend or a stack of golden apples.
Loot the chamber in order. Most chambers are laid out so the corridor spawners filter you toward the vault rooms. Going backwards works, but you’ll trigger waves out of sequence and burn through your food and arrows faster than the chamber expects.
Java and Bedrock differences
The trial spawner exists in both Java and Bedrock as of 1.21. The block behavior, the cooldown timer, the mob pools, and the ominous mechanics are the same on both. A few small differences are worth knowing:
- In Java, the trial spawner uses the namespaced ID
minecraft:trial_spawner. In Bedrock, the ID istrial_spawnerwith no namespace required in most commands. - Java’s
/locatecommand takesstructure minecraft:trial_chambers. Bedrock uses/locate structure trial_chambers. - NBT data for the spawner (the
normal_configandominous_configtags) is editable on Java but not on Bedrock without third-party tools.
Frequently asked questions
Can you craft a trial spawner?
No. There is no crafting recipe. The block only generates in trial chambers, and it can’t be obtained in survival. Use Creative or a command to place one yourself.
Can you silk touch a trial spawner?
No. Silk Touch has no effect. The block drops nothing in survival regardless of enchantment.
How long is the trial spawner cooldown?
30 minutes of in-game time after the wave is cleared. Sleeping through a night doesn’t skip it. The timer ticks while chunks are loaded around the spawner.
What happens if you die mid-fight?
The spawner stops generating new mobs and goes back to its waiting state. The mobs already in the room stay around. When you return, walking back into range starts the wave from scratch.
Can multiple players trigger the same spawner?
Yes. The spawner activates once per cycle, but the wave it spawns scales with how many players are within range. Two players might face six mobs instead of three.
Do trial spawner mobs despawn?
Yes. If a mob from a trial spawner wanders too far from the spawner (around 32 blocks), it despawns the same way naturally spawned mobs do. That caps how far a stray mob can chase you.
Can you use trial spawners as a farm?
Not in a useful way. The 30-minute cooldown limits you to two cycles per hour per spawner, and you can’t pick up the block to move it somewhere convenient. They’re built to be cleared once for the key, not farmed for drops.
The bottom line
The trial spawner is the engine that runs every fight in a trial chamber. Walk near it, kill the wave it throws at you, pick up the key, and use it on a vault. If you’ve been skipping trial chambers because the mechanics felt opaque, the spawner is the only thing you really need to understand: everything else in the chamber is built around it.