Posted July 22, 201510 yr I need to summon a particle ( one you get when you break a block, ice in my case) I tried to summon it using worldIn.spawnParticle(EnumParticleTypes.BLOCK_DUST, this.posX, this.posY + 1,this.posZ, 0, 0, 0); but that just crashes minecraft because it doesn't know which block to use. Is there any way to do it or i have to make custom particle?
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.