All versions
1.0.1
Release
Backpacked: Shells 1.0.13 months ago 13.2K
Compatibility
Minecraft: Java Edition
26.1.1–26.1.2
1.21.11
1.21.1
1.20.1
Platforms
Fabric
Forge
NeoForge
Supported environments
Client and server
Changes
- Snail shell now requires you to sneak the full distance instead of walking to unlock, changed the lang file to reflect this.
- Modified backpack display for both backpacks
- Fixed position on the shelf
- Centered backpack in inventory
- Looks better in hand
- If on the head, it gets put inside the shell
- Looks better in item frames and shelves
- Made all other displays look pretty
- Modified/fixed the texture of the snail and nautilus straps.
- Updated in
pack.mcmeta,fabric.mod.json, andneoforge.mod.toml- description
- version
- Added Forge support
- added
mods.toml
- added
- Update
pack.png - Removed (sadly)
backpacked_addon.mcmeta
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:TKAMHvcV:wqD0NoTo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TKAMHvcV:wqD0NoTo"
}

