Jump to content

Recommended Posts

Posted

Hello. I have an item that I would like to produce particles when an entity is left-clicked with it. I'm not quite sure how to do this.

I have a new class for the item, and I just don't know what to do for the particles.

Posted

So, what you are searching for is PlayerInteractEvent.EntityInteract, which fires when the player right clicks an entity...just handle the event and check if the player is holding your custom item. Then use world#AddParticle to spawn particles. You can create your custom particles or use vanilla particles, which you can find inside ParticleTypes class

Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.