Uploaded March 2016 | Updated September 2026, 11 hours ago
Loop lines commands infinitely with this (sort of) easy-to-build contraption! Perfect for comparing scores for multiple entities per tick.
World Download: dropbox.com/s/4gevp3rwy8tk9pu/Infinite%20Looping.zip?dl=0
Sparks' Channel: youtube.com/user/accidentalgames
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Twitter: @bitKoder
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Music:
Intro: "Rollin Back" MK2
Outro: "Down for Whatever" Silent Partner
Loop lines commands infinitely with this (sort of) easy-to-build contraption! Perfect for comparing scores for multiple entities per tick.
World Download: dropbox.com/s/4gevp3rwy8tk9pu/Infinite%20Looping.zip?dl=0
Sparks' Channel: youtube.com/user/accidentalgames
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Twitter: @bitKoder
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Music:
Intro: "Rollin Back" MK2
Outro: "Down for Whatever" Silent Partner
![[LIVESTREAM ARCHIVE] EvoTech Charity UHC
Streaming for charity! check out these links.
Donation page:
https://tiltify.com/@evotechsmp/evotech-2020-24-hour-charity-livestream
Donation rewards list:
https://docs.google.com/document/d/1Nc-sUgKqWVYQVzU1nDjNlN18J98CqCApinjKUnSo6sw/edit
EvoTechs livestream:
https://www.twitch.tv/evotechsmp [LIVESTREAM ARCHIVE] EvoTech Charity UHC](https://i.ytimg.com/vi/gUTWpq-hIK0/mqdefault.jpg)



![[1.11] Pick Up Entities - Raycasting-Based Interaction System
Wow, I said an awful lot of as you can see and various and system in this video.
World download: https://www.dropbox.com/s/fvbayg4bvho71g6/Pick%20Up%20Entities.zip?dl=0
Theres no one-command for this, as its currently no more than a concept.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Twitter: @bitKoder
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Credits:
Intro: Danger Storm Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 3.0
http://creativecommons.org/licenses/by/3.0/ [1.11] Pick Up Entities - Raycasting-Based Interaction System](https://i.ytimg.com/vi/hfZnEH3gEtY/mqdefault.jpg)


![[1.8] Vanilla Minecraft | Freeze Water as You Walk over it!
In the lastest 1.9 snapshot, a water freezing enchantment was added to boots. So, I decided to make my own in 1.8!
World Download: https://www.dropbox.com/s/xm4y57xv4wjzntq/Ice%20Boots.zip?dl=0
One-Command: http://pastebin.com/LJemw6WG [1.8] Vanilla Minecraft | Freeze Water as You Walk over it!](https://i.ytimg.com/vi/i-lLbfRsXiI/mqdefault.jpg)
![[1.9] Tutorial - Infinitely Expandable Custom Blocks System!
Today, we learn how to create a simple, infinitely expandable system for custom blocks!
Heres a world download, with some extra examples you can look at and play around with: https://www.dropbox.com/s/6g40flt269uvjko/Custom%20Blocks%20Tutorial.zip?dl=0
samasaurus6s roof hanging tutorial: https://www.youtube.com/watch?v=O9byoyOk2ps
Jragons custom items tutorial: https://www.youtube.com/watch?v=sLHMLQ3674o
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Twitter: @bitKoder [1.9] Tutorial - Infinitely Expandable Custom Blocks System!](https://i.ytimg.com/vi/iuihZLav3i0/mqdefault.jpg)

![[1.8][1.9] Vanilla Minecraft | Chickens Lay Diamonds!
I wont be uploading any more videos for the next 3 weeks while Im on holiday. Once I return Ill have some more great command block systems to show you!
Commands:
1.9:
/scoreboard players tag @e[type=Item,tag=egg] remove egg
/scoreboard players tag @e[type=Item] add egg {Item:{id:minecraft:egg}, PickupDelay:9s}
/execute @e[type=Chicken] ~ ~ ~ execute @e[r=0,type=Item,tag=egg] ~ ~ ~ entitydata @e[r=0,c=1,type=Item] {Item:{id:minecraft:diamond}}
1.8:
/scoreboard objectives add egg dummy Egg
/scoreboard players reset @e[type=Item] egg
/scoreboard players set @e[type=Item] egg 1 {Item:{id:minecraft:egg}, PickupDelay:9s}
/execute @e[type=Chicken] ~ ~ ~ execute @e[r=0,type=Item,score_egg=1,score_egg_min=1] ~ ~ ~ entitydata @e[r=0,c=1,type=Item] {Item:{id:minecraft:diamond}} [1.8][1.9] Vanilla Minecraft | Chickens Lay Diamonds!](https://i.ytimg.com/vi/mL4PbSQ5u8I/mqdefault.jpg)