Skip to content
[/craft]

Summon Falling Anvil

Drop an anvil from above as a trap

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

Summons a falling anvil ten blocks overhead that drops and crushes whatever is below, a simple trap or environmental hazard. Time:1 starts it falling immediately; leaving Time at 0 can make it vanish. Swap the Name for sand, gravel, or any other block.

/summon falling_block ~ ~10 ~ {BlockState:{Name:"minecraft:anvil"},Time:1}
74 characters

How to use

  1. Stand where you want the anvil to land.
  2. Open chat (T on Java) and paste the command.
  3. An anvil falls from above and lands at your position.
  4. Change the Name value to drop a different block.

Related commands

Spawn a charged creeper that creates a larger explosion

/summon creeper ~ ~ ~ {powered:1b}

Spawn the huge Java-only giant zombie mob

/summon giant ~ ~ ~

Spawn the hidden hostile rabbit variant

/summon rabbit ~ ~ ~ {RabbitType:99}

Create a villager selling diamonds for one emerald

/summon villager ~ ~ ~ {Offers:{Recipes:[{buy:{id:"minecraft:emerald",count:1},sell:{id:"minecraft:diamond",count:1},maxUses:999999}]}}

Spawn a skeleton riding a spider

/summon spider ~ ~ ~ {Passengers:[{id:"minecraft:skeleton"}]}

Spawn a baby zombie riding a chicken

/summon chicken ~ ~ ~ {Passengers:[{id:"minecraft:zombie",IsBaby:1b}]}