Minecraft Blogs / Tutorial

Command Block Car

  • 9,120 views, 3 today
  • 6
  • 2
  • 5
fangerpup's Avatar fangerpup
Level 23 : Expert Pony
6
First you need to know how to make a rideable pig:
summon Pig ~ ~1 ~-1 {Saddle:1}

Then you should name the pig "Car":
summon Pig ~ ~1 ~-1 {Saddle:1,CustomName:"Car",CustomNameVisible:1}

Now make the pig invisible forever:
summon Pig ~ ~1 ~-1 {Saddle:1,CustomName:"Car",CustomNameVisible:1,ActiveEffects:[{Id:14,Amplifier:127,Duration:32167,Ambient:1}]}

The invisible pig has to ride a minecart:
summon Pig ~ ~1 ~-1 {Saddle:1,CustomName:"Car",CustomNameVisible:1,ActiveEffects:[{Id:14,Amplifier:127,Duration:32167,Ambient:1}],Riding:{id:MinecartRideable}

Now name the minecart "Car" too:
summon Pig ~ ~1 ~-1 {Saddle:1,CustomName:"Car",CustomNameVisible:1,ActiveEffects:[{Id:14,Amplifier:127,Duration:32167,Ambient:1}],Riding:{id:MinecartRideable,CustomName:"Car",CustomNameVisible:1}}

Now all you need to do is give the minecart a swiftness effect:
summon Pig ~ ~1 ~-1 {Saddle:1,CustomName:"Car",CustomNameVisible:1,ActiveEffects:[{Id:14,Amplifier:127,Duration:32167,Ambient:1}],Riding:{id:MinecartRideable,CustomName:"Car",CustomNameVisible:1,ActiveEffects:[{Id:1,Amplifier:5,Duration:32167,Ambient:1}]}}

NEW VERSION:

/summon MinecartRideable ~2 ~ ~ {Riding:{id:MinecartFurnace}}

NOTE: Only works on rails.

With this new, more compact version, you can control your speed when driving.
Simply hold S to speed up and W to slow down.
If you hold W too long you will end up in reverse.

Tags

6 Update Logs

Update #6 : by fangerpup 05/04/2014 9:05:02 amMay 4th, 2014

Removed "How to Drive" and "Arguments"... they didn't work.
LOAD MORE LOGS

Create an account or sign in to comment.

1
04/24/2014 10:35 pm
Level 15 : Journeyman Geek
GamerGeeked
GamerGeeked's Avatar
nice!
1
11/23/2013 9:14 am
Level 23 : Expert Pony
fangerpup
fangerpup's Avatar
closer75 JRHE

I came to a conclusion.
Minecarts cannot go fast without rails
1
04/24/2014 11:09 pm
Level 15 : Journeyman Geek
GamerGeeked
GamerGeeked's Avatar
UNLESS: there is a FURNACE in it
1
05/03/2014 10:32 am
Level 23 : Expert Pony
fangerpup
fangerpup's Avatar
Without rails, it still can't go that fast.
1
11/17/2013 12:01 am
Level 51 : Grandmaster Geek
SargeantJared
SargeantJared's Avatar
This is so awesome! You get a diamond :)
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome