using /clone to clone minecart tracks that are close to each other creates loops and/or lines along the X-axis
/clone works fine when tracks have space between them
Linked issues
Attachments
Comments 10
Probably Minecraft checks everytime when a rail is placed if there are other rails near to connect to them. So it could be difficult to fix this because maybe other player want this behavior. But I guess it is still a bug.
It clones other blocks with correct data values. But I suppose if each rail is placed a fraction of a second apart it would act like that. I guess /clone and /fill place blocks along the X axis and then moves to the next row along the Z axis.
behaves same way when using /fill regardless of data value provided (/fill ~ ~ ~ ~9 ~ ~9 minecraft:rail 0,1,2,3,etc. all make same loop pattern)
Is green for theoriginal tracksand orange for thecloned tracks?Confirmed.