20: Toggle a redstone block [Minecraft Map Making]
Ep20: Simple ways to toggle a redstone block.
Originally for Udemy, but uploaded here.
Commands, builds and ideas for people making their own Minecraft maps.
Check out my collabs on Coppit's channel: https://www.youtube.com/c/CoppitJ
Join the server I play on and the Discord where I hang out.
Server IP: 51.81.246.145:25588
Discord: https://discord.gg/KNSmPWdnfG
Udemy notes. YouTube formatting may make some of these wrong. :)
Commands used:
Kill the block:
kill @e[tag=smoothBlock]
Create the block:
Toggle the power block:
setblock -48 56 40 white_wool replace
Change the toggle power block to white wool command:
execute if block -48 56 40 redstone_block run data merge block ~ ~ ~-1 {Command:"setblock -48 56 40 white_wool replace"}
Change the toggle power block to redstone command:
execute if block -48 56 40 white_wool run data merge block ~ ~ ~-2 {Command:"setblock -48 56 40 redstone_block replace"}
Change the block to white wool:
setblock -48 56 41 white_wool replace
Change the block to a redstone block:
setblock -48 56 41 redstone_block replace
Other Videos By Infernal Device
Other Statistics
Minecraft Statistics For Infernal Device
At present, Infernal Device has 184,447 views spread across 877 videos for Minecraft, accounting for over 10 days of watchable video on his channel. This is 94.82% of the total watchable video for Minecraft on Infernal Device's YouTube channel.