Is it possible to bind particles to hand?

Started by AmLukas on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 week ago
Joined Mar 2022
Points:
533

User statistics:

  • Modifications: 1
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 15
Is it possible to bind particles to hand?

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?

Active 7 months ago
Joined Nov 2021
Points:
613

User statistics:

  • Modifications: 3
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 68
Player Update Tick{spawn…
Sat, 06/04/2022 - 15:30

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