All versions
1.21.5-2.2.6.2545.0+fabric
Release
Factory API [Fabric] 1.21.5-2.2.6.2545.09 months ago 342
Compatibility
Minecraft: Java Edition
1.21.5
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Changes
Release 1.21.5-2.2.6.2545.0
Updated at 2025-11-08 03:37.
Changelog
GitHub Update
- Fixed incompatibility with older versions related to the UI Definition changes
Beta 2.2.6.2545.0 - Added load and save events for FactoryConfig.StorageHandler
- Added
put_vec2UI Definition Element Type - Improved
applyConditionto work withchildrenelement type, and when elements from different UI Definitions have the same name - Improved
ListMapperformance by using an internal hash map
Beta 2.2.6.2541.3 - Fixed Forge 1.21.10 not having
FactoryAPIClient::registerBlockColorimplementation
Beta 2.2.6.2541.2 - Ported to 1.21.10
- Added Manual Mipmap option
- Now,
FactoryConfigallows default config files (not defined by default) - Now,
FactoryConfigsaves the old config file if it failed to load previously - Fixed
FactoryGuiGraphics::blitTiledSpriteimplementation using too much RAM, and could lead to rendering corruption (unconfirmed), now it uses a more vanilla-friendly approach
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:q2H3SDui"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nkTZHOLD:q2H3SDui"
}

