1

Command block help

mah0003 7/13/14 2:15 am
195
7/13/2014 2:38 am
So I wanted to make a little mini-game where throwing down a blaze rod would teleport a fire-ball towards you that you could shoot at something. I got the basics to work, but I cannot think of a way to teleport the fireball to you. I know ~ ~ ~ teleports it to you if you use the command yourself, but in a command block it teleports to the command block. It's nothing desperate, but would be interesting to know.

P.s: If this is not the right place to post this could you please tell me/redirect it to where it needs to be.
Posted by
mah0003
Level 21 : Expert Dragon
0

  Have something to say?

JoinSign in

2

freddy7887
07/13/2014 2:38 am
Level 18 : Journeyman Toast
1.8 only!
I'm not sure how to do it relative to where you're standing, but you can do /execute @a [type=Item(put id for blaze rod and stuff)] summon Fireball ~ ~2 ~ {direction:[1.0,0.0,0.0]} (this is to fly in the positive x direction).
Maybe you could have 4 different blaze rods for each direction?
http://www.minecraftforum.net/forums/mapping-and-modding/mapping-and-modding-tutorials/1571585-1-7-using-summon-give-datatags-in-map-making
1
anonpmc1656136
07/13/2014 2:29 am
Level 9 : Apprentice Miner
[deleted]
1

Welcome