Minecraft | How to install custom Fabric Version and Fabric API
Installing Fabric on your server
Fabric is a lightweight, experimental modding toolchain for Minecraft.
Installing Fabric Version
- Open FabricMC website: https://fabricmc.net/use/server/
- Select the Minecraft Java version you prefer. Do not touch the Installer Version & Fabric Loader Version, keep it default unless you know what it is.
- Click on
Executable Server (.jar)
button to download the Fabric Jar
- After downloading rename the file you downloaded to
server.jar
- Upload the
server.jar
to your server in the main directory
- Start your server.
Installing Fabric API
Fabric API is the core library for the most common hooks and intercompatibility measures utilized by mods using the Fabric toolchain
- Download Fabric API
- Upload the jar file to your mods folder
- Upload the mods you’ve downloaded to server files/mods
- Start your server.
Updated on: 04/11/2023
Thank you!