What sets Fabric apart from other mod loaders
Fabric is a lightweight mod loader. It starts fast, follows new Minecraft releases closely and keeps its core small, leaving features to separate libraries. That is why it is usually among the first loaders ready on a new version, and why our generator selects it by default.
Most of the ecosystem sits on Fabric API, a library mod split into modules: events, registries, rendering hooks, commands, networking. Nearly every Fabric mod depends on it, so players install it once next to your mod.
Fabric is also the home of many client-side mods: HUD tweaks, info overlays, keybinds and other quality-of-life additions that need nothing on the server.
