All versions
1.1.0
Release
Middle-earth Satchels 1.1.02 weeks ago 95
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.8
Platform
Fabric
Supported environments
Client and server
Changes
v1.1.0
- Open sound - satchels now play a sound when opened, both in hand and as a placed block.
- Mithril emblem reworked - the Mithril satchel wears a faceted crystal gem in place of the old star.
v1.0.0 - First release
Eight tiered backpacks forged from the metals of Middle-earth.
- Eight tiered satchels - Leather, Copper, Tin, Steel, Dwarven, Elven, Mordor, Mithril (27 up to 54 slots).
- Crafted from each culture's own metal, no diamond or redstone required.
- Right-click to open a chest-style inventory; the contents are stored inside the item.
- Placeable as a block - sneak-place it, open it where it stands, sneak with an empty hand to pick it up with its contents, or break it to drop it packed.
- Dyeable cloth wrap, the colour showing on the placed satchel too.
- Culture emblems - the Crown of Men, the Dwarven Mountain, the Leaf of Lórien, the Eye of Mordor, and the Mithril gem.
- English and Русский.
Built for Minecraft 1.21.8 · Fabric · requires Fabric API.
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:jC8N2hHW:kgkf9Opz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jC8N2hHW:kgkf9Opz"
}

