Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-52998

Teleporting Player to Fishing rods bobber turns you around

XMLWordPrintable

    • Icon: Bug 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...

        1. 2014-04-15_21.29.49.png
          2014-04-15_21.29.49.png
          109 kB
        2. 2014-04-15_21.29.57.png
          2014-04-15_21.29.57.png
          109 kB
        3. 2014-04-15_21.30.04.png
          2014-04-15_21.30.04.png
          250 kB
        4. 2014-04-15_21.30.08.png
          2014-04-15_21.30.08.png
          122 kB
        5. 2014-04-15_21.30.10.png
          2014-04-15_21.30.10.png
          112 kB
        6. 2014-07-31_19.18.36.png
          2014-07-31_19.18.36.png
          145 kB
        7. 2014-07-31_19.21.02.png
          2014-07-31_19.21.02.png
          143 kB

            Unassigned Unassigned
            Lumian David
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: