Welcome to my channel and my primary series: Behind the Blocks! In this series I will be taking you through my creative concepts in Minecraft, showing you what you can do - and how to do it with just a little redstone and a few commands.
This episode: Coal Compressor, a 100% Vanilla machine for turning your extra coal into diamonds, with a bit of aesthetic flair thrown in.
__________
Commands involved (coordinates may need to be changed according to your personal design):
Minecarts...
summon MinecartRideable ~ ~4 ~ {CustomDisplayTile:1,DisplayTile:piston_head,DisplayOffset:71}
summon MinecartRideable ~ ~2 ~ {CustomDisplayTile:1,DisplayTile:fence,DisplayOffset:133}
Scoreboard...
scoreboard players add compress dummy
scoreboard players set @e[type=Item] compress 1 {Item:{id:minecraft:coal_block}}
Armor Stand...
summon ArmorStand ~ ~-3 ~ {CustomName:"compressor",Invulnerable:1,Invisible:1,NoGravity:1}
Actual Function...
execute @e[name=compressor] ~ ~ ~ /testfor @e[score_compress_min=1,r=1]
execute @e[name=compressor] ~ ~ ~ /kill @e[score_compress_min=1,r=1]
summon Item x y z {Item:{id:minecraft:diamond,Count:1}}
__________
Enjoy the video? Found it useful? Leave a like and comment!
Want to see more? Subscribe and stay tuned!
Find me on PlanetMinecraft! http://www.planetminecraft.com/member/axlemc131/
Music by AxleMC131. Minecraft is owned by Mojang, who are now owned by Microsoft. The Resource pack is a work-in-progress I am creating, so is not available for download.