Skip to content
[/craft]

Set Sculk Sensor Block

Place a sculk sensor for redstone detection

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

Places a sculk sensor that detects nearby vibrations and outputs a redstone signal through its side comparator output. Useful for hidden door triggers or wireless redstone. Cover it with wool to block the vibrations you do not want it to hear.

/setblock ~ ~ ~ sculk_sensor
28 characters

How to use

  1. Open chat (T on Java, / on Bedrock).
  2. Paste the command and press Enter.
  3. A sculk sensor appears and begins detecting vibrations.

Related commands

Place one block at a specific spot

/setblock ~ ~ ~ stone

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

Instantly place a chest at a specific location

/setblock ~ ~ ~ chest

Copy a region of blocks and paste it somewhere else

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