Tags
Creators
Details
Licensed MIT
Published 9 months ago
All versions
1.21.10-beta+6
Beta
guita's Backpacks 1.21.10-beta+67 months ago 628
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
IF YOU WERE USING PREVIOUS VERSIONS OF THE MOD UNEQUIP YOUR BACKPACKS AND EMPTY THEM, THE WAY OF STORING THEM HAS CHANGED AND THEY WILL DISAPPEAR
- No longer needs cardinal components API
- Now uses Accessories instead of Trinkets Canary because it is more widely used
- There is a small bug where the backpack model won't sync automatically when using accessories and will need to be re-equipped for other players to see
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| gbackpacks-1.21.10-beta+6-sources.jar | Unknown | 163.66 KiB |
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:MjD9CI06:Y1WGTKFK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MjD9CI06:Y1WGTKFK"
}



