For mod developers tired of maintaining separate codebases for Forge and Fabric, Platform Mod offers a compelling solution. Built on top of the Architectury framework by ItsBlackGear, this cross-loader library unifies access to both major modding APIs through shared builders, registries, and utility systems — letting developers write once and deploy everywhere. With over 3.9 million downloads and active updates through March 2026, it has become a foundational dependency behind many popular mods.
Key Features
- Cross-platform mod initialization — A dedicated Mod Instance Builder handles setup across Forge, Fabric, Quilt, and NeoForge from a single entry point.
- Unified registry system — Built-in Registry Builder streamlines block, item, and entity registration without writing loader-specific code. Additional registries cover particles and custom wood types.
- World generation tools — Biome modification and placement registries give developers control over how content integrates with terrain generation.
- Creative tab management — Utilities for creating and modifying creative inventory tabs across all supported loaders.
- Villager trade hooks — Integration points for adding custom trades to villager professions without direct loader dependency.
- Networking layer — Cross-platform packet handling utilities that abstract away the differences between Forge and Fabric networking.
- Configuration support — A shared config system for managing mod settings regardless of the underlying loader.
- Event handling — Unified event system that bridges Forge and Fabric event models into a single API surface.
- Vanilla integration utilities — General-purpose helper classes for extending and working with vanilla Minecraft systems.
Screenshots

How to Install
- Download and install your preferred mod loader (Forge, Fabric, NeoForge, or Quilt) for your Minecraft version.
- If using Fabric or Quilt, make sure the Fabric API is installed in your mods folder.
- Download the correct Platform Mod version matching both your Minecraft version and mod loader from the link below.
- Place the downloaded
.jarfile into your.minecraft/modsfolder. - Launch Minecraft — Platform Mod runs as a background library and requires no additional configuration.
Requirements
| Mod Loader | Dependencies | Minecraft Versions |
|---|---|---|
| Forge | Minecraft Forge | 1.16.5, 1.19.2, 1.20, 1.20.1 |
| Fabric | Fabric API | 1.16.5, 1.19.2, 1.20, 1.20.1, 1.21, 1.21.1, 1.21.3, 1.21.4, 1.21.5, 1.21.6 |
| NeoForge | NeoForge Installer | 1.19.2, 1.20, 1.20.1, 1.21, 1.21.1 |
| Quilt | Quilt Loader | 1.19.2, 1.20, 1.20.1 |
Pros & Cons
Pros
- Supports all four major mod loaders: Forge, Fabric, NeoForge, and Quilt
- Wide Minecraft version range from 1.16.5 through 1.21.6
- Actively maintained with recent updates as of March 2026
- Open-source under LGPL-3.0 license, allowing inspection and contribution
- Appears to be lightweight as a backend library — no visible gameplay changes
Cons
- Newer Minecraft versions (1.21.3+) only support Fabric, dropping Forge and NeoForge
- Quilt support is limited to versions 1.19.2 through 1.20.1
- As a library mod, it provides no standalone features — only useful when required by other mods
Download
Always download mods from official sources to stay safe.
What's New
- The configuration system has been reworked for improved flexibility and easier mod settings management.
- New oxidization and waxable handlers have been added, enabling mods to implement copper-style weathering mechanics.
- Biome modifiers have been reworked, providing a more robust approach to world generation customization.
FAQ
Do I need Platform Mod if no other mod requires it?
No. Platform Mod is a library mod — it only needs to be installed when another mod lists it as a dependency. On its own, it adds no gameplay content or visual changes.
Why does Platform Mod only support Fabric on Minecraft 1.21.3 and newer?
Based on the available download versions, Forge, NeoForge, and Quilt builds are not currently provided for 1.21.3 through 1.21.6. This may change in future updates as loader support evolves.
Is Platform Mod the same as Architectury API?
They are related but distinct. Platform Mod is built on top of the Architectury framework and extends it with additional registries, builders, and utility systems. Some mods may require both as dependencies.
