Minecraft Blogs / Tutorial

Redstone Sensors for Minecraft Bedrock

  • 1,258 views, 2 today
  • 1
  • 1
Caribik's Avatar Caribik
Level 54 : Grandmaster Creeper Hugger
14
Hello! I do not know if I am the first person to create sensors in mcpe with command blocks, but this is my take on them.

To install the command creation copy exactly these 2 commands:
/execute @a ~ ~ ~ /execute @e[type=shulker,name=Sensor,r=5] ~ ~ ~ /setblock ~ ~ ~ lever 13

/execute @a ~ ~ ~ /execute @e[type=shulker,name=Sensor,rm=5,r=10] ~ ~ ~ /setblock ~ ~ ~ air

The first one goes in a repeating command block set to always active and the second in a chain set to always active aswell.

To create a Sensor, summon a Shulker and name it "Sensor". Also you cannot place a block on top of each shulker because shulker teleport when they have a solid block on top of them.

Sensor emit a redstone signal on all 4 sides when a player gets in 5 blocks of proximity
Tags

1 Update Logs

Update #1 : by Caribik 08/20/2018 8:12:12 amAug 20th, 2018

Changed the input block to, instead of a redstone torch, a lever, which means that the block below the sensor also powers

Create an account or sign in to comment.

Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome