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

execute detect fail to detect portal on x coordinate

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • None
    • 1.14.1 Hotfix
    • None
    • Unconfirmed
    • PlayStation

      Example

      execute @a ~~~ detect ~~~1 portal 1 setblock ~~~1 air

      And 

      execute @a ~~~ detect ~~~-1 portal 1 setblock ~~~-1 air

      work fine(command and command block)

      but when you do

      execute @a ~~~ detect 1~ portal 1 setblock 1~ air

      and

      execute @a ~~~ detect -1~ portal 1 setblock -1~ air

      it fail(command and command block)

      Portal facing x coordinate have a problem I guess

       

            CriminalGangsta Alexandre Bouchard
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: