Links
Tags
Creators
Details
Licensed ARR
Published last year
Updated 3 days ago
All versions
2.1.1
Release
mineral backpacks 2.1.13 days ago 11
Compatibility
Minecraft: Java Edition
26.2
Platforms
Fabric
Quilt
Supported environments
Client and server
Changes
Mineral Backpacks 2.1.1
Added
- Backpacks can now be equipped on the player’s back.
- Added 3D wearable backpack models.
- Added front straps when backpacks are equipped.
Improved
- Improved backpack inventory screens for bigger backpacks.
- Emerald, Netherite, and Ironiamite backpacks now use wider storage layouts.
- Improved GUI background to better match Minecraft’s default inventory style.
- Improved equipped backpack positioning on player body.
- Improved backpack colors while equipped.
Fixed
- Fixed red overlay appearing on equipped backpacks.
- Fixed inventory slots going off-screen on large backpacks.
- Fixed visual spacing in large backpack inventories.
- Fixed equipped backpack render using wrong overlay.
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:bXT7kc9M:iWaaohGD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bXT7kc9M:iWaaohGD"
}

