All versions
1.21.10-2.2.7+fabric
Release
Factory API [Fabric] 1.21.10-2.2.79 months ago 85K
Compatibility
Minecraft: Java Edition
1.21.10
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Changes
Release 1.21.10-2.2.7
Updated at 2025-11-20 04:50.
Changelog
Release 2.2.7
- Added more resource methods to
ModInfoto handle NeoForge changes - Added
FactoryConfigDisplay.Builderclass together withFactoryConfigDisplay.valueToComponentandFactoryConfigDisplay.messageFunctionmethods to have an easier building and wider compatibility with widgets
Beta 2.2.6.2545.1 - Fixed broken sprite tile rendering in 1.20.1
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
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:D3A6INgt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nkTZHOLD:D3A6INgt"
}

