Posted August 25, 20205 yr 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.
August 29, 20205 yr 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.