Skip to content
[/craft]
Summon a Falling Block

Summon a Falling Block

Create a falling block entity for traps or decoration. Run: `/summon minecraft:falling_block ~ ~1 ~ {BlockState:{Name:"minecraft:sand"},Time:1}`. Spawns a falling sand entity one block above you. Time:1 is required — without it the entity despawns instantly. Swap minecraft:sand for any block ID (e.g. minecraft:gravel, minecraft:anvil). Common uses: decorative suspended blocks, traps, and custom contraptions. Works on Java 26.2 and Bedrock 26.32. Last verified June 2026.

✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026
/summon minecraft:falling_block ~ ~1 ~ {BlockState:{Name:"minecraft:sand"},Time:1}

How to use

  1. Open chat (T) on Java Edition.
  2. Paste the command and press Enter.
  3. A sand block falls from one block above your position.

Frequently asked questions

Does Summon a Falling Block work on Bedrock Edition?

Yes -- the same command works on both Java 26.2 and Bedrock 26.32.

Do you need OP or cheats enabled to use Summon a Falling Block?

Yes -- you need operator permissions (OP) on a server, or cheats enabled in your world settings (Java: open to LAN with cheats on; Bedrock: enable cheats in world settings).

Can Summon a Falling Block be used in a command block?

Yes -- paste the command into a command block and activate it with a button or redstone signal. Remove the leading slash when using a command block.

Where does the entity appear when you run Summon a Falling Block?

By default it spawns at your current position (`~ ~ ~`). You can replace those coordinates with specific X Y Z values to spawn it elsewhere.

How do I remove or kill the entity spawned by Summon a Falling Block?

Run `/kill @e[type=<entity_type>,limit=1]` to remove the nearest entity of that type, or use a sword in creative mode.

Related commands

Need something different?

Customize this command in the /summon builder — choose your own options and copy the result.

Open builder →

Learn more

📖

How to Enable Cheats in Minecraft

Step-by-step guide to enabling cheats in Minecraft Java 26.2 and Bedrock 26.32 -- for new worlds, existing worlds, and servers.