Download Framework (Fabric) — Minecraft Mods — MetaMods
Framework (Fabric)

Framework (Fabric)

Active

Downloads

1

Last update

2 years ago
Client
Fabric
Quilt
Forge
Neoforge
Libraries

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.

Helicopter model

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:

Code example

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.

Login packet code

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

Discord banner

Project members
MrCrayfish

MrCrayfish

Created: 23 Aug 2023

ID: 29727