Tags
Creators
Details
All versions
4.5.2+0+fabric-1.19
Release
4.5.2+0+fabric-1.194 years ago 32.5K
Compatibility
Minecraft: Java Edition
1.19–1.19.2
Platform
Fabric
Supported environments
Client-side
Server-side
Required content
Changes
Version 4.5.2 for Minecraft 1.19.x and Forge 41.0.94+
- Fixed the previous fix as it broke many things by introducing race conditions
Version 4.5.1 for Minecraft 1.19.x and Forge 41.0.94+
- Fixed Balm obscuring loading crashes from other mods, making it look like Balm is at fault
- Fixed some block inventories not being saved or synced to client when the only change was an increase in stack size
- Fixed containers not being recognized by Fabric
Version 4.5.0 for Minecraft 1.19.x and Forge 41.0.94+
- Updated to breaking changes in Forge
Version 4.4.0 for Minecraft 1.19.x and Forge 41.0.64+
- Updated to breaking changes in Forge
Version 4.3.0 for Minecraft 1.19.x
- Fixed bugs related to biome modifications and bucket handling in Fabric
- Fixed fluid tanks not being saved on changes
- Added some new common tags on both Forge and Fabric
Version 4.2.0 for Minecraft 1.19.x
- Add support for Cooking for Blockheads
Version 4.1.0 for Minecraft 1.19.x
- Re-add support for biome modifications
Version 4.0.0 for Minecraft 1.19.x
- Updated to Minecraft 1.19
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:MBAkmtvl:bv4c7vz6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MBAkmtvl:bv4c7vz6"
}


