Описание
# CooParticlesAPI

this mod depends on [Fabric Language Kotlin](https://modrinth.com/mod/fabric-language-kotlin)
### Description
This 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.
### Principle
This library prevents network issues caused by a large number of packets being sent through custom data packages. If you haven't installed the mod that calls this library, nothing unusual will happen to your client.
### Install
If you need to run it in server, you need install it in server's mod folder and client's mod folder,else you only need instal in client side
### How To Use?
At present, detailed tutorials are not provided, but this library is open source. You can visit [Github Page](https://github.com/CooStack/CooParticlesAPI) to view the source code, which may be helpful for your development.