All versions
1.21.1-3.21.1.1.82
Release
1.21.1-3.21.1.1.82last year 460.7K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changelog
General
- Update to version 3.21.1.1
Fixes
- Move porting_lib_loot module back to sophisticated core
- Move to official porting-lib beta release and add some patches necessary. This should hopefully fix incompatibilities with other mods that use porting-lib
Merged from upstream
Features
- Added Smithing Upgrade as smithing recipes "Catalyst" in JEI compatibility so that it shows up next to smithing recipes and can be used to show all smithing recipes by pressing U on it
- Added transfer from JEI to Smithing upgrade so that the convenient plus sign can be just clicked to fill all 3 input slots in
- Added the Smithing Upgrade. It functions like a Smithing Table but in an upgrade slot. Unlike the Smithing Table, this upgrade retains its contents if you exit without completing the crafting.
- Changes related to new support for automation entities in Storage's hopper upgrade. Basically this makes backpacks compatible with the latest core
Fixes
- Fixed backpack data to properly save after backpack removal, also made it so that data of backpack worn by mobs is removed a bit more aggressively - in rare circumstances that would make jukebox upgrade disappear from these bags if the mob has just unloaded, but should fix the issue of backpack data continuously getting bigger the older the world gets
- Fixed backpack render data to be properly serialized / deserialized in data components
Optional dependencies
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:ouNrBQtq:gpSJccbD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ouNrBQtq:gpSJccbD"
}









