All versions
1.21.4-2.2.3.2515.2+fabric
Beta
Factory API [Fabric] 1.21.4-2.2.3.2515.2last year 3,282
Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
Beta 1.21.4-2.2.3.2515.2
Updated at 2025-04-04 23:07.
Changelog
Beta 2.2.3.2515.0-2
- Added
FactoryConfig.Builder, to make easier the creation of configs - Now,
FactoryConfigControl.Intwill be a slider in FactoryConfigWidgets - Fixed
FuelManager.getFuelValuesretuning null when called before the client joining a world, even if the integrated server already started - Fixed crash in Forge versions below 1.21
Beta 2.2.3.2514.2 - Enhanced
CommonNetwork.Payload.apply, now it'll haveCommonNetwork.Payload.Contextas argument - Fixed crash with Aether when using
FactoryMixinToggleloading methods
Beta 2.2.3.2514.1 - Fixed 1.21.1 crash
Beta 2.2.3.2514.0 - Added support for 1.21.5
- Added
FuelManagerto help registering and getting fuels between versions and mod loaders - Added
CompoundTagUtilto help with the 1.21.5 changes toCompoundTag - Fixed <=1.20.4 Fabric crash in dedicated servers
- Fixed crash with Create Ponder screen
- Fixed 1.21.3 crash
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:fjlLvMpN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nkTZHOLD:fjlLvMpN"
}

