Framework (Fabric) - Library for Mod Developers
This is the Fabric version of Framework - a lightweight yet powerful library designed to simplify mod development and reduce repetitive code. Unlike other libraries, Framework provides convenient tools that unlock features that typically require writing large amounts of code.
Due to Fabric's nature, this version of Framework uses Mixins (code injection system), which may cause conflicts with other mods. If you encounter compatibility issues, please report them through the issue tracking system.
Main Features
Extended Model Format
Open Model Format extends Minecraft's standard JSON block model format. It removes the 22.5-degree rotation angle restrictions and allows creating models that exceed the standard [-16, 32] range.

Synchronized Data Keys
This system improves Minecraft's standard entity data access system. You can add additional data to any entity without the need to create complex capabilities. Key benefits include automatic data synchronization with clients (without packet handling), data persistence between world reloads, and the ability to preserve data after entity death.
Example of tracking chicken hit count:

Simplified Login Packets
While Forge allows developers to create login packets, their implementation requires significant code volume. Framework simplifies this process to a simple registration method and automatically sends data to clients.

For support and mod development updates, join the Discord community:
