Started by
Alex_332
on
Topic category: Help with Minecraft modding (Java Edition)
I want to spawn particles when the player is holding an item and Not moving, but "if: X delta movement of event target entity = 0 AND (same but with Z)" doesnt work, the particles spawn regardless if the player is moving or not
Whats going on? And if theres any solution for this please tell me, i have search a lot but i just cant find a solution for this, im getting really desperate
Maybe try using velocity
Velocity? I thougt that was changed to delta movement, i cant find anithing related to "velocity"
I think there is some blocks with entity x y z velocity 3 blocks seperate.
Nope, Its Not there, i even used the search bar and still nothing
I have them. Maybe its a plugin, I had installed addiitons, procedures+, JLSkyzers procedures, JEI. My version is 2023.4 1.20.1 forge
https://imgur.com/a/gVEikK7
Also snail's, attributes and arraylist so it may very well be one of those I jus dont know which one :/
If like me you cant find velocity, use this : https://imgur.com/a/T54iEIJ
Hey I can't find velocity blocks too and the delta blocks don't work for me, did you find a solution?
I think delta doesnt count when the player is walking, so doing It with the delta blocks is just Not gonna work, eth_c came with a good solution so you should try that