Minecraft Forums I simply want a silent trigger: When player walks over a hidden command block the block outputs a redstone signal. Is this possible? Edit: Thanks to Odiefrom we have an answer and it’s yes. So here’s the tutorial: A redstone signal generator/clock is fed into a command block attached to a comparator.
How do you make a command block Redstone Repeater?
To get a repeating command block, players must use the /give command like so: /give @p minecraft:repeating_command_block . Players can also change a normal command block into a repeating command block by selecting the option in the command block GUI.
How to use a command block to cause a Redstone signal?
So here’s the tutorial: A redstone signal generator/clock is fed into a command block attached to a comparator. The command block is given the command “/testfor @p [r=3]” where @p=nearest player and r=3 checks within a 3 block radius. When the player is within 3 blocks a redstone signal is generated through the comparator! This is huge!!!
Can a Redstone signal generator be fed into a comparator?
Edit: Thanks to Odiefrom we have an answer and it’s yes. So here’s the tutorial: A redstone signal generator/clock is fed into a command block attached to a comparator. The command block is given the command “/testfor @p [r=3]” where @p=nearest player and r=3 checks within a 3 block radius.
What do you need to know about Redstone signal strength?
You’ll need to use a redstone comparator and probably a repeater as well. A comparator will signal in the same fashion as it does for other non-inventory non-selector blocks; when the command block activates, it will be detectable by the comparator and will only produce a signal strength of redstone equal to the number of successful activations.
Can a command block give off a signal?
Connect a Command Block to a clock and it can scan for players and give off a signal if they get near. That is huge. Gastroid posted… Ah, this is what he was referring to. /testfor will give off a signal if a player is in the specified radius. Connect a Command Block to a clock and it can scan for players and give off a signal if they get near.