LEVEL 2Mods
Fabric API
Install the common library that many Fabric mods expect.
◷ About 5 min◇ EasyReviewed Aug 18, 2026
Loader and API are different#
Fabric Loader starts and discovers Fabric mods. Fabric API is a collection of shared hooks many mods use. Installing Loader does not automatically install the API into every server.
- 1
- 2Filter for the server’s exact Minecraft version and Fabric loader.
- 3Download the
.jarfrom the project page. - 4Stop the server and upload it to the
modsfolder. - 5If clients use mods that require Fabric API, place the same compatible API release in their profile too.
- 6Restart and check that the mod list loads without dependency errors.
Missing API errors#
A message such as “requires fabric-api” or “Could not find required mod” normally means the API is absent, wrong-versioned or placed outside the active server’s mods folder.
It is installed but still “missing”
Confirm you edited the correct Crafty server directory, the file ends in .jar, and the console’s Minecraft/Loader version matches the file’s project page. Remove duplicate old API jars before retrying.
Was this page helpful?