Steps to Reproduce:
First, give yourself command blocks and a button with the following commands:
/give @s command_block
/give @s stone_button
Place down two command blocks on top of each other, the first one must be facing upwards, and the second one must be a chain command block.
Insert the following commands to the chain in order:
execute as @p at @s run rotate @s ~35 ~ execute as @p at @s run rotate @s ~ ~-35
Place a button on the command blocks.
Press the button.
I’ve attached a demonstration video for your convenience.
Expected Result:
You should rotate both upwards and to the right upon pressing the button.
Actual Result:
You will only rotate upwards. Because that is the last command in the chain. Swapping the commands around would result in you only rotating to the right side.
Attachments
Comments 0
No comments.