All versions
1.21.1-2.2.3.2516.6+fabric
Beta
Factory API [Fabric] 1.21.1-2.2.3.2516.6last year 789
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
Beta 1.21.1-2.2.3.2516.6
Updated at 2025-04-12 05:41.
Changelog
Beta 2.2.3.2516.6
- Added support to item capabilities in Forge +1.21.1
- Fixed Fallback Factory Capabilities not being added in Forge
Beta 2.2.3.2516.3-5 - Now,
HelloPayloadwill allow to check the mods that are on the server (not allowing to join in servers with older versions of the mod anymore), usingFactoryAPIClient.hasModOnServer - Fixed in versions +1.21.2 all recipes being sync by
CommonRecipeManager, causing some incompatibilities
Beta 2.2.3.2516.2 - Fixed manual mipmap fallback checking being very slow with many namespaces
Beta 2.2.3.2516.1 - Fixed FuelManager.getBurnTime not working correctly in Forge versions
Click here for complete changelog
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:nkTZHOLD:b7qRpvkw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nkTZHOLD:b7qRpvkw"
}

