-
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