Remove unused summon particles, we have a fancier layer system now :D

This commit is contained in:
Electroblob77
2020-06-18 18:04:49 +01:00
parent 7afcdce21e
commit daf174ec3f
3 changed files with 0 additions and 141 deletions
@@ -391,7 +391,6 @@ public class ClientProxy extends CommonProxy {
ParticleWizardry.registerParticle(Type.SPARK, ParticleSpark::new);
ParticleWizardry.registerParticle(Type.SPARKLE, ParticleSparkle::new);
ParticleWizardry.registerParticle(Type.SPHERE, ParticleSphere::new);
ParticleWizardry.registerParticle(Type.SUMMON, ParticleSummon::new);
ParticleWizardry.registerParticle(Type.VINE, ParticleVine::new);
}