Skip to content
[/craft]

Place A Nether Portal Block

Instantly create a nether portal block without building the frame

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

Places a single nether portal block along the X axis without an obsidian frame. This block is quirky: placed alone it often pops off or fails to teleport unless the surrounding frame validates it, so treat it as needs-testing. Use an axis value of x or z to set the portal's facing.

/setblock ~ ~ ~ nether_portal[axis=x]
37 characters

How to use

  1. Open chat (T on Java, / on Bedrock).
  2. Paste the command and press Enter.
  3. A nether portal block appears; stand in it to test whether it activates.

Related commands

Create a hollow room or box out of any block

/fill ~ ~ ~ ~10 ~6 ~10 stone hollow

Create a pool or lake by filling a region with water

/fill ~ ~ ~ ~10 ~ ~10 water

Swap every block of one type for another in a region

/fill ~ ~ ~ ~10 ~10 ~10 stone replace dirt

Copy a region of blocks and paste it somewhere else

/clone ~-5 ~-5 ~-5 ~5 ~5 ~5 ~15 ~-5 ~-5

Delete all blocks in a large area quickly

/fill ~-10 ~-2 ~-10 ~10 ~10 ~10 air

Quickly fill a region with water

/fill ~-5 ~ ~-5 ~5 ~3 ~5 water