ParticleBuilder and ParticleWizardry
Now spawning particles is funny and easy to do ^^
ParticleBuilder.create(WizardryParticles.LEAF)ParticleBuilder.create(WizardryParticles.LEAF).pos(this.getX(), this.getY(), this.getZ()) ParticleBuilder.create(WizardryParticles.LEAF).pos(this.getX(), this.getY(), this.getZ()).spawn(getWorld());Last updated