All versions
1.21.5-2.2.5+fabric
Release
Factory API [Fabric] 1.21.5-2.2.5last year 38.1K
Compatibility
Minecraft: Java Edition
1.21.5
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
Release 1.21.5-2.2.5
Updated at 2025-06-01 02:54.
Changelog
Release 2.2.5
- Fixed crash with Carpet Mod and Debugify
- Fixed
FactoryIngredient.getStacksnot working correctly in NeoForge +1.21.2 - Fixed
FactoryConfig.loadstill causing crashes if the JSON syntax is incorrect
Release 2.2.4 - Added
FactoryGuiGraphics.enableScissorfor parity with versions below 1.21.2 - Added support to item capabilities in Forge +1.21.1
- Added
CompoundTagUtilto help with the 1.21.5 changes toCompoundTag - Optimized token searching in
BooleanExpressionEvaluatorandExpressionEvaluator - Now,
compare_itemsUI Element Type will allow disabling thestrictmode, thus not requiring equal data - 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
BooleanExpressionEvaluatorfailing when using boolean variables without a fallback - Fixed
IPlatformFluidHandlernot converting correctly the fluid amount to the Fabric fluid amount - Fixed Fallback Factory Capabilities not being added in Forge
- Fixed in versions +1.21.2 all recipes being sync by
CommonRecipeManager, causing some incompatibilities - Fixed manual mipmap fallback checking being very slow with many namespaces
- Fixed crash with Aether when using
FactoryMixinToggleloading methods - Fixed <=1.20.4 Fabric crash in dedicated servers
- Fixed crash with Create Ponder screen
- Fixed 1.21.3 crash
Beta 2.2.3.2518.0 - Optimized token searching in
BooleanExpressionEvaluatorandExpressionEvaluator - Now,
compare_itemsUI Element Type will allow disabling thestrictmode, thus not requiring equal data - Fixed
BooleanExpressionEvaluatorfailing when using boolean variables without a fallback
Beta 2.2.3.2517.0 - Fixed
IPlatformFluidHandlernot converting correctly the fluid amount to the Fabric fluid amount
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:JycD38nU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nkTZHOLD:JycD38nU"
}

