So, I'm coding an item that'll shoot items into the air (as entities, so dropped_items) and I was wondering if there is some simple way to add particles to them. So, if I have a simple shoot command like
- shoot <entity[dropped_item].with[item=diamond]> origin:<player> shooter:<player> speed:1
I was wondering how I'd go about adding particles to that dropped item during its travel time