All versions
3.19.5+mc1.19.2-build.79
Beta
Sophisticated Backpacks 3.19.5+mc1.19.2-build.792 years ago 1,913
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Bugfix release of SophisticatedBackpacks for Fabric for MC 1.19.2.
It is based on Version 3.19.4 of SophisticatedBackpacks.
This is the last bugfix release before the feature update.
Fixes
- Fixed an issue where the Tool Swapper caused item loss when the backpack was full.
- Fixed rendering of experience.
- Fixed chests item tag.
- Placing backpacks in creative mode no longer removes items or limits counts to 64
- Battery upgrade can now be charged or discharged correctly.
- Selecting a recipe with a non-empty crafting grid no longer causes an infinite loop.
- Preventing errors from records without a sound event attached to them in a jukebox upgrade.
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:F6nGY33e"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ouNrBQtq:F6nGY33e"
}





