1
Commandblock wireless redstone
How do i do wireless redstone with command blocks? I cant find any good youtube videos showing how.
8
coolblob1234www.planetminecraft.com/forums/wireless-redstone-t362116.html
dude, this was posted 5 months ago
you can use the setblock command in 1.7 snapshots go /setblock (coordinates) (then block ID) for wieless redstone you can use a redstone block its a really cool feature.
in 1.6.4, you can set up a scoreboard command with
/scoreboard objectives add <any name> dummy
then with a single command block can put the command attached to a button from anywhere
/scoreboard players set @p <name of scoreboard objective> 1
then in the location you want to output to be, you have a clock running into a command block with the command
/testfor @p[score_name=1,score_name_min=1] <name being the scoreboard objectives you set earlier. >
if you put a comparator coming out of this command block, VIOLA YOU HAVE WIRELESS REDSTONE.
Ps. subscribe to me if you want to look at some of my redstone creations, learning redstone is easiest be looking at it and trying to understand it
/scoreboard objectives add <any name> dummy
then with a single command block can put the command attached to a button from anywhere
/scoreboard players set @p <name of scoreboard objective> 1
then in the location you want to output to be, you have a clock running into a command block with the command
/testfor @p[score_name=1,score_name_min=1] <name being the scoreboard objectives you set earlier. >
if you put a comparator coming out of this command block, VIOLA YOU HAVE WIRELESS REDSTONE.
Ps. subscribe to me if you want to look at some of my redstone creations, learning redstone is easiest be looking at it and trying to understand it
1.6.4
Use /setblock for a block of redstone or a redstone torch. You need 13w37a or higher though.
Well theres many ways, some are simple and some are more complex, depends on what you need to do. Youtube and the wiki help too
1.6.2 or the new snapshots?
