All versions
0.1.4
Release
Modular Backpacks 0.1.42 months ago 93
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- Added Jukeboxes as Modules
- Added Spyglasses as Modules
- Added Create Backtanks as Modules
- Added a Custom Music Disc that can have songs added to it with a resource pack
- Added Trim/Dye swapping when right clicking a Backpack while wearing one
- Fixed being able to shift click anything into a Sack regardless of what items are already in it
- Stopped keybinds from working when holding f3
- Repositioned Backpack model when using an elytra
- Changed the Backpack inventory size to 12 and the the Packing total to 768
- Made seed and soil slots in farming pots only hold 1 item each
- Added config to change how many Backtanks are allowed in a Backpack
- Added config that adds Custom Music Discs to Creeper drops
- Added support for Immersive Overlays
- Added support for Spyglass Improvements
- Added translations for Simplified Chinese, Canadian French, Brazilian Portugese, Portugal Portugese, Chilean Spanish, Russia Russian, Arabic, and partial support for Spain Spanish
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:jtYm4JYX:F3x8IyW3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jtYm4JYX:F3x8IyW3"
}

