1.21.1
CooParticles API Mod (1.21.1) – An Library to Spawn Particles
CooParticles API Mod is a library that provides refactored data packages to allow clients to accept more Minecraft particles, enabling different players to synchronize their rendering and exceed the particle limit of 16384. How to use: Create a particle class that inherits from ControlableParticle. Example Particle class TestEndRodParticle( // Parameters required for Particle world: ClientWorld, […]