All versions
1.21.5-2.2.3.2518.0+fabric
Beta
Factory API [Fabric] 1.21.5-2.2.3.2518.0last year 5,335
Compatibility
Minecraft: Java Edition
1.21.5
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Changes
Beta 1.21.5-2.2.3.2518.0
Updated at 2025-04-21 06:43.
Changelog
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
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
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:wXuUOwBf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nkTZHOLD:wXuUOwBf"
}

