Posted July 3, 201411 yr I'm trying to spawn particles when the player right clicks with my tool, but they are not spawning In my onItemRightClick methode I put this code: player.worldObj.spawnParticle("smoke", 1, 1, 1, player.posX, player.posY, player.posZ); Do you know, what the problem is?
July 4, 201411 yr Just a question. Why do you using player.worldObj if onItemRightClick contains World? Also for motion use 0.0D for testing!
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.