Fabric API
Fabric API is a core library in the Fabric ecosystem that provides essential toolkit for creating compatible modifications.
Main Features
The platform offers a wide range of functionalities that are challenging to implement in individual mods:
- Simplified access to in-game systems: working with particles, biomes, world dimensions
- Built-in mechanisms for interaction between different modifications through events and APIs
- Critical tools: registry synchronization, detailed error reports formatting
- Modern rendering API optimized for graphics enhancement and performance optimization mods
Fabric API installs as a regular mod and requires preliminary installation of Fabric Loader - a universal mod loader compatible with most game versions.
Getting Started
Before installing Fabric API, ensure that Fabric Loader is already installed in your system. The downloaded JAR file should be moved to the mods folder in your game directory.