Started by
AmLukas
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make particles appear when a certain item is in your hand. I want them to appear ON the hand. If possible, I want it to be there even if you swing with the item too like they are a part of the item. Does anyone have any ideas or am I out of my mind?
Player Update Tick{spawn single particles with x=0, y=0.75,z=0 , vector x = "custom variable",vector y = "custom variable",vector z = "custom variable"}
And when right clicked with item or left clicked on block spawn set "custom variable" to 0.25 for example