I found a glitch in the latest vanilla 1.20.4 while making a commandblock train i wanted to use minecarts as the thing to move the train. And the command blocks had the /execute command to clone an stationary train to the another position but always when a minecart was existing the command blocks were cloning the train to their position, not the minecart's one. And the command in the command block that was runned by minecarts is:
/clone -70 -59 -12 -65 -56 -20 -76 -59 ~
Comments 5
Actually the minecart is a regular minecart not a command block minecart. Oh, wait i can use it to do that.
I didn't had any minecarts with commandblocks. I had a impulse command block activated by a observer redstone clock which after places the train but when a normal minecart existed, it just placed the train on the command block's position rathern than the minecart's position.
Please provide the full setup of your commands. Both command block and minecart with command block's commands.