Posted October 25, 201410 yr I have an item, and when the player right clicks on a mob, it makes a particle effect come from the mob for a second (in this case a heart particle effect) How can I do this?
October 25, 201410 yr What have you tried? BEFORE ASKING FOR HELP READ THE EAQ! I'll help if I can. Apologies if I do something obviously stupid. If you don't know basic Java yet, go and follow these tutorials.
October 25, 201410 yr Author all I have been able to find is this: spawnParticle("heart", d0 + d4, d1 + d3, d2, 0.0D, 0.0D, 0.0D);
October 25, 201410 yr Look at World#spawnEntityInWorld(Entity) and EntityFX. BEFORE ASKING FOR HELP READ THE EAQ! I'll help if I can. Apologies if I do something obviously stupid. If you don't know basic Java yet, go and follow these tutorials.
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.