Selecting all moving chest-minecarts
I am trying to select all moving chest minecarts to make a datapack that loads chunks for them. But I have problems with selecting those.
This is my command so far and it work when removing either of the both selectors but not with both.
/execute at @e[ type=minecraft:chest_minecart, nbt=!{Motion:[0.0,0.0,0.0]}] run say HelloWolrd
Continue to help post