Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 3 months ago
All versions
2.0.3
Release
Backpacked: World of Color v2.0.3last year 37.1K
Compatibility
Minecraft: Java Edition
1.21.1
1.20.6
1.20.4
1.20.1
Platforms
Fabric
Forge
NeoForge
Supported environments
Server-side
Singleplayer
Changes
2.0.3 Changelog
- Updated version number.
- Changed Models for all backpacks to change how the backpack handle is displayed.
- Three dummy backpacks were added as a workaround for a UI issue, and a new Null backpack was added for Create Mod compatibility.
- UI Issue Explanation: To explain, the Backpacked menu cuts off the first three backpacks when I added the WoC backpacks. To fix this, I added three dummy backpacks to fill this space.
- Create Mod Compatibility: When the Create mod is installed, the Backpacked mod adds another backpack, which causes the first one to be cut off. So, to fix this, I added another backpack with a stylish null texture.
- Important Note:
Sadly, you can't have the null backpack with Create installed.I did some testing afterward, and you can have the null and the Create backpack together. I have a few theories about why this happened, but I will keep the null backpack instead of fixing it, because it's a cool feature (and I spent too long on the texture for it not to be in the game). I might even make it a feature.
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:A7BK3BVe:iDYnvRVJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:A7BK3BVe:iDYnvRVJ"
}

