-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 14w11b, Minecraft 1.8.6, Minecraft 15w33b, Minecraft 15w33c
-
None
-
Windows 8.1, Java Version 7 Update 51 (Build 1.7.0_51-b13)
-
Confirmed
What I have thought of
I have prepared some command block as shown in the pictures, to teleport the player to the place where the bobber of the fishing rod is (like a grappling hook)
What happens:
Well, every time I run the "machine", it turns me around, so that I look in a complete different direction than before
Steps to Reproduce:
1. Prepare two command blocks that replaces the same block (one places stone, the other one a redstone block). They must be both triggered by the block they are going to replace (that creates a fast clock):
/setblock ~1 ~ ~ minecraft:stone 0 destroy
/setblock ~ ~ ~1 minecraft:redstone_block 0 destroy
2. Set another command block, which tests for the Entity "unknown" (the bobber of the fishing rod), when it is in the ground
here is the command:
/testfor @e[name=unknown]
{inGround:1b}3.Set another command block which teleports the player to the bobber:
/tp @p @e[name=unknown]
4. Use the fishing rod in any gamemode and trow out the bobber.
If it helps, I got this "grappling hook" from this video:
https://www.youtube.com/watch?v=9StUwrTpS4Q&index=2&list=PLsroTGcv_SFNR0WmVgd8XOBzCF-2-Etgx
Update note: in 14w31a, it doesn't work anymore, i wasn't even tped, the error message says: The entity UUID provided is in an invalid format
I do not know what it could be tough...