Minecraft Maps / Redstone Device

Conveyor Belts| Tutorial | 1.12 Special

  • 2,458 views, 2 today
  • 2
  • 2
FunkyMunkey's Avatar FunkyMunkey
Level 35 : Artisan Taco
10
Hello PMC!!!
1.12 is OUT!!!
-------------------------------------------------------------------------------------------------------------
I know it came out 3 days ago, but well...I am a little slow. 1.12 brings a lot of things, but the thing that I am MOST excited about are the new blocks. I have a bunch of ideas for them all. They also added functions. Don't worry, I will be continuing command tutorials. Maybe somewhere in the future, you might see some functions. But I will be continuing tutorials. Thanks for reading, enjoy this project!!!
---------------------------------------------------------------------------------------------------------------------------------------------
Today I have for you: Conveyor Belts!!!
The new magenta glazed terracotta has arrows on them, so I decided to take advantage of them to make conveyer belts. First, let's make items and entities move on conveyor belts.
To get started, copy and paste this command into a repeating always active command block:
Command 1 | Entities

/execute @e[type=!player] ~ ~ ~ detect ~ ~-1 ~ magenta_glazed_terracotta 0 entitydata @e[type=!player,c=1] {Motion:[0.0,0.0,-0.15]}

Next, copy and paste each of these commands their own chain, unconditional always active command block. (Connect them all into the repeating one. There should be a line of command blocks like in the picture above)
Command 2 | Entities

/execute @e[type=!player] ~ ~ ~ detect ~ ~-1 ~ magenta_glazed_terracotta 1 entitydata @e[type=!player,c=1] {Motion:[0.15,0.0,0.0]}


Command 3 | Entities

/execute @e[type=!player] ~ ~ ~ detect ~ ~-1 ~ magenta_glazed_terracotta 2 entitydata @e[type=!player,c=1] {Motion:[0.0,0.0,0.15]}

Command 4 | Entities

/execute @e[type=!player] ~ ~ ~ detect ~ ~-1 ~ magenta_glazed_terracotta 3 entitydata @e[type=!player,c=1] {Motion:[-0.15,0.0,0.0]}


Now, you can create conveyor belts to transport items or entities. But what about players?
Copy this command into a repeating, always active command block.
Command 1 | Players

/execute @a ~ ~ ~ detect ~ ~-1 ~ magenta_glazed_terracotta 0 tp @p[c=1] ~ ~ ~-.15

Next, copy and paste each of these commands their own chain, unconditional always active command block. (Connect them all into the repeating one. There should be a line of command blocks like in the picture above)
Command 2 | Players

/execute @a ~ ~ ~ detect ~ ~-1 ~ magenta_glazed_terracotta 1 tp @p[c=1] ~.15 ~ ~

Command 3 | Players

/execute @a ~ ~ ~ detect ~ ~-1 ~ magenta_glazed_terracotta 2 tp @p[c=1] ~ ~ ~.15

Command 4 | Players
/execute @a ~ ~ ~ detect ~ ~-1 ~ magenta_glazed_terracotta 3 tp @p[c=1] ~-.15 ~ ~

Just like that, you have conveyor belts in minecraft!!!
Be sure to subscribe, leave a diamond or even favorite if you liked this project. Stay tuned!


Progress100% complete
Tags

Create an account or sign in to comment.

Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome