Crochet - Entity Data and Networking Tools for Fabric
Crochet is a specialized library for Fabric mod developers, providing convenient tools for working with entity data and network communication. This mod doesn't add any game content by itself, but becomes an indispensable assistant when creating your own modifications.
Using Crochet, you can easily organize data packet transmission between client and server, as well as save custom data directly on players. This significantly simplifies the development process of complex mods that require data synchronization and network interaction.
For quick mastery of the library, a detailed tutorial is available on GitHub, where you'll find API usage examples and best practices for working with Crochet tools.
The mod requires Fabric Modloader to be installed.