Uploaded November 2015 | Updated September 2026, 7 hours ago
In between takes, I was pretty much constantly singing the words "burn baby, burn baby". I even did a duet with some cows. I sang, they burned.
World download: dropbox.com/s/klne155qw8l2029/Magicka%20Spellcasting.zip?dl=0
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Twitter: @bitKoder
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Credits:
Outro: "Danger Storm" Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 3.0
creativecommons.org/licenses/by/3.0
In between takes, I was pretty much constantly singing the words "burn baby, burn baby". I even did a duet with some cows. I sang, they burned.
World download: dropbox.com/s/klne155qw8l2029/Magicka%20Spellcasting.zip?dl=0
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Twitter: @bitKoder
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Credits:
Outro: "Danger Storm" Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 3.0
creativecommons.org/licenses/by/3.0
![Minecraft - Clean UI Resource Pack [1.12]
DOWNLOAD: http://bitkoder.github.io/dl/rp/koders%20Clean%20UI.zip
This pack is only compatible with Minecraft 1.12. Older versions may work, newer versions wont.
This resource pack changes the look of the UI (or User Interface) to give it a cleaner, more simplistic look. Let me know what you think!
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
FEATURED: TPC Bonehound https://www.youtube.com/thepenguinconspiracy
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Command Block textures: https://youtu.be/Nag7wJ9xIv0
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Twitter: @bitKoder
Discord Chat Server: https://discord.gg/0qje4rvmFgMhF1rc
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Music:
Intro: Soul Groove by Audionatix
Outro: Fun by Vibe Tracks
_Soul Groove_ by Audionautix is licensed under a Creative Commons Attribution license (https://creativecommons.org/licenses/by/4.0/)
Artist: http://audionautix.com/ Minecraft - Clean UI Resource Pack [1.12]](https://i.ytimg.com/vi/aqxngeP4yYg/mqdefault.jpg)

![[1.9] Minecraft | The Offhand Slot and its Infinite Potential!
The offhand slot has enourmous potential. I hope I helped you realize that!
World download: https://www.dropbox.com/s/xzzgl0i31n48ikd/Offhand%20Things.zip?dl=0
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Twitter: @bitKoder
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Credits:
Outro: Danger Storm Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 3.0
http://creativecommons.org/licenses/by/3.0/ [1.9] Minecraft | The Offhand Slot and its Infinite Potential!](https://i.ytimg.com/vi/d2RxqfmKaW0/mqdefault.jpg)


![[1.8] Minecraft | Detect Player Rotation, using only 24 commands!
Using binary, you can detect the players rotation, to the nearest degree, with only 24 commands!
MCEdit Schematic: https://www.dropbox.com/s/ehn3eij522wnjn3/Rotation%20Calculator.schematic?dl=0
World download: https://www.dropbox.com/s/n38h4aecmaa83he/Detect%20Player%20Rotation.zip?dl=0
Slightly odd audio in my video today, hope you guys dont mind! Ill be working on fixing this for my future videos.
Outro: Danger Storm Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 3.0
http://creativecommons.org/licenses/by/3.0/ [1.8] Minecraft | Detect Player Rotation, using only 24 commands!](https://i.ytimg.com/vi/edsLgKKhJus/mqdefault.jpg)
![[1.9] Vanilla Minecraft | Realistic Moving Elevator!
IMPORTANT! A recent snapshot replaced the Riding entity tag with a passengers entity tag, which works quite differently. Because of this change, some of the commands in this video no longer work. Updated commands are below.
World download: https://www.dropbox.com/s/3cm5w7ki46apw8h/Realistic%20Elevator.zip?dl=0
WARNING: Players will occasionally get stuck inside the elevator floor. The only way to get unstuck is to fly out. The best way to avoid this is to not move or look around while the elevator is moving up.
Commands:
Elevator:
/summon ArmorStand ~ ~-0.5 ~4 {NoGravity:1,Invisible:1,Marker:1,Tags:[elevator1],Passengers:[{id:Shulker,Invulnerable:1,NoAI:1,Silent:1,ActiveEffects:[{Id:14,Amplifier:0,Duration:1000000,Ambient:1,ShowParticles:0}]}]}
/execute @e[type=ArmorStand,tag=elevator1] ~ ~ ~ summon FallingSand ~ ~ ~ {Motion:[0.0d,0.04d,0.0d],Block:iron_block,Data:0}
Movement:
/tp @e[type=ArmorStand,tag=elevator1,score_elev_min=1] ~ ~0.025 ~ (x4)
/tp @e[type=ArmorStand,tag=elevator1,score_elev 1] ~ ~-0.025 ~ (x4)
/execute @e[type=ArmorStand,tag=elevator1,score_elev_min=1] ~ ~ ~ scoreboard players set @a[x=1279,y=4,z=1307,dx=3,dy=20,dz=3] elev 1
/execute @e[type=ArmorStand,tag=elevator1,score_elev=1,score_elev_min=1] ~ ~ ~ scoreboard players set @a[x=1279,y=4,z=1307,dx=3,dy=20,dz=3] elev 2
/scoreboard players remove @e[type=ArmorStand,tag=elevator1,score_elev_min=1] elev 1
/scoreboard players add @e[type=ArmorStand,tag=elevator1,score_elev 1] elev 1
/tp @a[score_elev_min=1] ~ ~0.1 ~
/tp @a[score_elev_min=2] ~ ~0.4 ~
/scoreboard players reset @a[score_elev=10,score_elev_min 1] elev [1.9] Vanilla Minecraft | Realistic Moving Elevator!](https://i.ytimg.com/vi/fFRQKBFtONk/mqdefault.jpg)


![[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)
