MiniFabricAPI
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.0% endorsement rate
- 🏆 #6 of 15 library mods in this game by downloads
📋 About This Mod
> I don't have time to maintain this, sorry guys This mod adds a couple of the modules from the (https://modrinth.com/mod/fabric-api) to Neoforge. Specifically: - Fabric Command API V2 - Fabric Keymapping API V1 - Fabric Networking API V1 - Be careful when interacting with this pared with Neoforge, it can be unstable in some situations. - Fabric Rendering API V1 - Fabric API Base - Fabric Object Builder V1 - Fabric Registry Sync API V2 - Fabric Lifecycle Events This mod hopes to ease developing multiplatform mods and allow developers to use Fabric API's code in the common module. <details> <summary>For Developers (Installation, Setup, Etc)</summary> Firstly, add Modrinth to your repositories. ```groovy repositories { maven { name = "Modrinth" url = "https://api.modrinth.com/maven" } } ``` The second step will depend on what kind of project you are making. For the version, check (https://modrinth.com/project/minifabricapi/versions). **Architectury:** ```groovy dependencies { compileOnly "maven.modrinth:minifabricapi:${project.minifabricapi_version}" } ``` Note that we use compileOnly since this API is only available for Neoforge. To make sure the sources are provided at runtime, download the mod JAR and drop it into your `neoforge/run/mods` folder. Get the (https://modrinth.com/mod/fabric-api) and drop it into your `fabric/run/mods` folder. **Basic Neoforge Project:** ```groovy dependencies { implementation "maven.modrinth.minifabricapi:${project.minifabricapi_version} } ``` **Always** remember to add this mod as a dependency in your `neoforge.mods.toml` so the game crashes with a clear view of what the user has to do rather than a `NoClassDefFoundError`. ```toml ] modId="minifabricapi" type="required" versionRange="${minifabricapi_version}" ordering="NONE" side="CLIENT" ``` </details> **How does the version system work?** This mod matches the Fabric API version which it is built on, with an additional integer at the end to represent the patches of this mod specifically. **How can I contribute?** If you are just the ordinary player who enjoys modding, hit that download button! The more downloads we get, the more aware other developers will become of this mod. If you are a developer, pull requests on our (https://github.com/downloadableduck/minifabricapi) are available. Go ahead and add a module or two, it would be _extremely_ helpful! Report ANY and ALL issues on my (https://github.com/downloadableduck/minifabricapi/issues). I CANNOT STRESS THIS ENOUGH. REPORTING ISSUES IS HOW THEY GET FIXED. IF YOU WANT AN ISSUE FIXED, REPORT IT.
> I don't have time to maintain this, sorry guys
This mod adds a couple of the modules from the (https://modrinth.com/mod/fabric-api) to Neoforge. Specifically:
- Fabric Command API V2
- Fabric Keymapping API V1
- Fabric Networking API V1
- - Be careful when interacting with this pared with Neoforge, it can be unstable in some situations.
- Fabric Rendering API V1
- Fabric API Base
- Fabric Object Builder V1
- Fabric Registry Sync API V2
- Fabric Lifecycle Events
This mod hopes to ease developing multiplatform mods and allow developers to use Fabric API's code in the common module.
For Developers (Installation, Setup, Etc)
Firstly, add Modrinth to your repositories.
```groovy repositories { maven { name = "Modrinth" url = "https://api.modrinth.com/maven" } } ```
The second step will depend on what kind of project you are making. For the version, check (https://modrinth.com/project/minifabricapi/versions).
Architectury:
```groovy dependencies { compileOnly "maven.modrinth:minifabricapi:${project.minifabricapi_version}" } ```
Note that we use compileOnly since this API is only available for Neoforge. To make sure the sources are provided at runtime, download the mod JAR and drop it into your `neoforge/run/mods` folder. Get the (https://modrinth.com/mod/fabric-api) and drop it into your `fabric/run/mods` folder.
Basic Neoforge Project:
```groovy dependencies { implementation "maven.modrinth.minifabricapi:${project.minifabricapi_version} } ```
Always remember to add this mod as a dependency in your `neoforge.mods.toml` so the game crashes with a clear view of what the user has to do rather than a `NoClassDefFoundError`.
```toml [] modId="minifabricapi" type="required" versionRange="${minifabricapi_version}" ordering="NONE" side="CLIENT" ```
How does the version system work? This mod matches the Fabric API version which it is built on, with an additional integer at the end to represent the patches of this mod specifically.
How can I contribute? If you are just the ordinary player who enjoys modding, hit that download button! The more downloads we get, the more aware other developers will become of this mod. If you are a developer, pull requests on our (https://github.com/downloadableduck/minifabricapi) are available. Go ahead and add a module or two, it would be _extremely_ helpful!
Report ANY and ALL issues on my (https://github.com/downloadableduck/minifabricapi/issues). I CANNOT STRESS THIS ENOUGH. REPORTING ISSUES IS HOW THEY GET FIXED. IF YOU WANT AN ISSUE FIXED, REPORT IT.
📊 Mod Details
- Game
- Minecraft Mods
- Author
- downloadableduck
- Version
- 0.147.0.4+26.1
- Downloads
- 678
- Endorsements
- 0
- Category
- library
- Created
- 5/12/2026
- Updated
- 5/3/2026
- Game Versions
- 26.1, 26.1.1, 26.1.2
- Tags
- library
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does MiniFabricAPI support?
The author lists 26.1, 26.1.1, 26.1.2. Other versions may work but are untested by the author.
What is the latest version of MiniFabricAPI?
Version 0.147.0.4+26.1, published 2026-05-03 with 678 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await