Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-168892

Facing of player is copied when using summon inside a function

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.19.71
    • None
    • Confirmed
    • Windows
    • 1120793

      When I type the command:

      /summon sheep 5 5 5

      Then a sheep is summon facing South at location 5 5 5.

      But when I put that same command into a function:

      [baaaa.mcfunction]
      summon sheep 5 5 5

      And run it:

      /function baaaa

      Then the sheep is summoned copying my facing.

      I'm not clear whether this is a bug or a feature however. I actually wouldn't mind using execute rotated 0 0 run summon sheep 5 5 5, as it would let me control facing for summons and save teleporting them after.

       

            jodietron jodietron
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              CHK: