Tags
Creators
Details
Licensed MIT
Published 2 years ago
All versions
1.1.2-fabric-1.21.8
Release
HavenBags Preview 1.1.23 months ago 21
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- Merge branch 'ArturoAtomplay:main' into v1-1-2-Crash&CMD-Fix (288ae6d)
- fix: correct BackpackContent implementation for Minecraft 1.20.6 - Use Enchantments. FLAME instead of manual registry lookup - Fix DataComponentPatch usage for CustomModelData - Clean up unused imports (5933f98)
- v1.1.2 Project Refactor & Crash Fixes (#8) (7935cf8)
- Add Fabric 1.21.x modules and tooltip preview (3ea36a1)
- docs: add README (521e63e)
- refactor: migrate to multi-project Gradle build for all Minecraft versions (b033566)
- Add item model support and improve PDC parsing logic (#7) (d27fd96)
- Update to Minecraft 1.21.9-1.21.11 (d353983)
- Update to Minecraft 1.21.6-1.21.8 (454a23f)
- Update to Minecraft 1.21.5 (78df2cf)
- Update to 1.21.2-1.21.4 (9a85fc1)
- Remove unnecessary import of net.minecraft.world.level.Level in BackpackContent.java (f982b50)
- Updated .gitignore, build.gradle, gradle.properties, and other files to reflect changes in dependencies, versions, and configurations. (2c32359)
- Update Minecraft version to 1.21, adjust archives name and fabric.mod.json accordingly, and make minor changes to BackpackContent and ClientBackpackTooltip classes. (3fe811d)
- Updated build.gradle, gradle.properties, and Java files to reflect changes in Minecraft version, mod version, and archive naming; also modified BackpackContent and TooltipManager classes to use new data component APIs. (da1c1aa)
- Updated build.gradle, gradle.properties, and Java files to change mod version, Minecraft version, and namespace. (a34c4e1)
- Updated texture location for ClientBackpackTooltip from 'textures/gui/container/bundle.png' to 'havenbagspreview:textures/gui/bag.png' (12362e4)
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:6mibkpX2:BqlIunjZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6mibkpX2:BqlIunjZ"
}

