1 Repo
Shared utilities for accessing internal game components and diagnosing errors in modified environments.
Distinct from Minecraft Plugin Development: Distinct from plugin development: focuses on core framework utilities for modders rather than server-side plugin APIs.
Explore 1 awesome GitHub repository matching part of an awesome list · Development Utilities. Refine with filters or upvote what's useful.
Fabric API is a modular framework designed for Minecraft mod development, providing a standardized set of hooks and libraries that enable the integration of custom content into the game. It serves as a foundational toolkit for injecting custom logic, assets, and networked data into the game environment during both startup and runtime phases. The framework distinguishes itself by facilitating interoperability between independent modifications through shared events and interface-based contracts, which allow different mods to interact without requiring direct dependencies. It manages the complex
Provides shared utilities for accessing internal game components, synchronizing state, and diagnosing errors in modified environments.