Uploaded June 2017 | Updated September 2026, 2 weeks ago
Today I made a working Newton's Cradle in vanilla Minecraft 1.12 using command blocks.
Enjoy the video!
──────────────────────────────────────────
➤ Download world for MC PC 1.12 ➤ theredengineer.com/cradle.html
──────────────────────────────────────────
● Italian Channel ▽
» youtube.com/c/red3tv
● Social media ▽
» g+ - plus.google.com/+TheRedEng
» Twitter - twitter.com/TheRedEng
──────────────────────────────────────────
● Submit your ideas
» theredengineer.com/idea-submissions-1.html
──────────────────────────────────────────
♪♩ Music ♫♩
» No music used in this video :/
Today I made a working Newton's Cradle in vanilla Minecraft 1.12 using command blocks.
Enjoy the video!
──────────────────────────────────────────
➤ Download world for MC PC 1.12 ➤ theredengineer.com/cradle.html
──────────────────────────────────────────
● Italian Channel ▽
» youtube.com/c/red3tv
● Social media ▽
» g+ - plus.google.com/+TheRedEng
» Twitter - twitter.com/TheRedEng
──────────────────────────────────────────
● Submit your ideas
» theredengineer.com/idea-submissions-1.html
──────────────────────────────────────────
♪♩ Music ♫♩
» No music used in this video :/
![Minecraft: SMART HOUSE DEVICES with Only One Command Block! (ArmorStand Switcher, Doorbells & More!)
This one command creation adds smart house devices int your vanilla Minecraft world! Door automators, Armor Stand Switchers, Doorbells and even a door trap!
Enjoy the video!
──────────────────────────────────────────
➤ Command for MC 1.11.X ➤ http://www.theredengineer.com/smart-house-devices.html
──────────────────────────────────────────
● Italian Channel ▽
» https://www.youtube.com/c/red3tv
● Social media ▽
» g+ - https://plus.google.com/+TheRedEng
» Twitter - https://twitter.com/TheRedEng
──────────────────────────────────────────
● Submit your ideas
» http://www.theredengineer.com/idea-submissions-1.html
──────────────────────────────────────────
♪♩ Music ♫♩
» Jim Yosef - Speed [NCS Release] [ https://youtu.be/lP6mK2-nLIk ]
» By Jim Yosef: https://www.youtube.com/c/JimYosef Minecraft: SMART HOUSE DEVICES with Only One Command Block! (ArmorStand Switcher, Doorbells & More!)](https://i.ytimg.com/vi/l67ag0gEoVw/mqdefault.jpg)
![👌 Minecraft: How to Build a Rope Bridge
A simple and natural design of a rope bridge using the leashed mobs trick! Hope you guys enjoy these new and more elaborated how to make videos!
──────────────────────────────────────────
➤ Command to make the rabbits silent ➤ /entitydata @e[type=Rabbit,r=20] {Silent:1,NoAI:1}
──────────────────────────────────────────
● Italian Channel ▽
» https://www.youtube.com/c/red3tv
● Social media ▽
» g+ - https://plus.google.com/+TheRedEng
» Twitter - https://twitter.com/TheRedEng
──────────────────────────────────────────
● Submit your ideas
» http://www.theredengineer.com/idea-submissions-1.html
──────────────────────────────────────────
♪♩ Music ♫♩
» Party Hits 03 - Andreas Ericson
» By Epidemic Sound: http://www.epidemicsound.com/ 👌 Minecraft: How to Build a Rope Bridge](https://i.ytimg.com/vi/lBJvysXeGso/mqdefault.jpg)








![5 Easy Minecraft Commands to Impress Your Friends!
In this video Ill show you 5 easy Minecraft commands you can add in your world to impress your friends. Learn how to make quicksand, jetpacks, pass-through walls, grappling hooks and explosive arrows in Minecraft!
▬▬▬▬▬▬▬▬▬▬▬▬▬
Commands updated for 1.21.4 (1st command goes on the bottom command block, second command on the one above and so on...)
● Quicksand ▽
execute as @a at @s if block ~ ~-2 ~ cobweb if block ~ ~-1 ~ suspicious_sand run tp @s ~ ~-.1 ~
execute as @a at @a if block ~ ~ ~ cobweb if block ~ ~1 ~ suspicious_sand run damage @s 1 minecraft:in_wall
execute as @a at @a if block ~ ~ ~ cobweb if block ~ ~1 ~ suspicious_sand run effect give @s minecraft:mining_fatigue 1 1 true
● Jetpack ▽
RUN ONLY ONCE:
scoreboard objectives add jetpack minecraft.custom:minecraft.sneak_time
COMMMAND BLOCK LINE:
effect give @a[scores={jetpack=1..},x_rotation 90..80] levitation 1 8 true
effect give @a[scores={jetpack=1..},x_rotation=81..90] slow_falling 1 4 true
execute at @a[scores={jetpack=1..}] run playsound entity.wither.shoot master @a ~ ~ ~ .03 .85
scoreboard players reset @a[scores={jetpack=1..}] jetpack
● Pass-through glass ▽
RUN ONLY ONCE:
scoreboard objectives add sneak minecraft.custom:minecraft.sneak_time
COMMAND BLOCK LINE:
execute as @a[scores={sneak=1..}] at @s anchored feet if block ^ ^.6 ^.3 glass if block ^ ^1.6 ^.3 glass run tp @s ^ ^.01 ^.01
scoreboard players reset @a sneak
● Grappling Hook ▽
execute at @e[type=minecraft:fishing_bobber] unless block ~ ~-.5 ~ air at @p anchored feet if block ^ ^1 ^1 air run tp @p[nbt={SelectedItem:{id:minecraft:fishing_rod,components:{minecraft:custom_name:Grappling Hook}}}] ^ ^ ^1 facing entity @e[type=fishing_bobber,limit=1,sort=nearest]
execute at @a[nbt={SelectedItem:{id:minecraft:fishing_rod,components:{minecraft:custom_name:Grappling Hook}}}] if entity @e[type=minecraft:fishing_bobber,distance=..1] run tp @p ~ ~1 ~ facing ^ ^-1 ^1
execute at @p[nbt={SelectedItem:{id:minecraft:fishing_rod,components:{minecraft:custom_name:Grappling Hook}}}] run kill @e[type=fishing_bobber,distance=..1.1,sort=nearest,limit=1]
execute at @p[nbt={SelectedItem:{id:minecraft:fishing_rod,components:{minecraft:custom_name:Grappling Hook}}}] anchored feet unless block ^ ^1 ^1 air run kill @e[type=fishing_bobber,distance=..40,sort=nearest,limit=1]
● Explosive Arrows ▽
execute at @a[nbt={SelectedItem:{id:minecraft:bow,components:{minecraft:custom_name:Super Bow}}}] run tag @e[type=arrow,distance=..3] add ISSUPER
execute at @e[type=arrow,tag=ISSUPER,nbt={life:1s}] run summon tnt ~ ~ ~ {NoGravity:1b,Fuse:0}
kill @e[type=arrow,tag=ISSUPER,nbt={life:1s}]
▬▬▬▬▬▬▬▬▬▬▬▬▬
● Vlog Channel ▽
» youtube.com/@awesomeredeng
● Follow me on Twitter for more stuff ▽
» Twitter - https://twitter.com/TheRedEng
▬▬▬▬▬▬▬▬▬▬▬▬▬
● Submit your ideas
» http://www.theredengineer.com/idea-submissions-1.html
▬▬▬▬▬▬▬▬▬▬▬▬▬
🎶 Music courtesy of Epidemic Sound
All music used with permission from its creator.
0:00 Intro
0:19 Quicksand
3:21 Jetpack
5:34 Pass-Through Glass
7:50 Grappling Hook
10:26 Explosive Arrows
12:07 last words 5 Easy Minecraft Commands to Impress Your Friends!](https://i.ytimg.com/vi/nuv3eTxbtJo/mqdefault.jpg)