Tags
Creators
Details
Licensed MPL-2.0
Created 4 years ago
Updated 2 days ago
All versions
v4.1.6-1.19.2-Fabric
Release
[FABRIC] [1.19.2] BagOfHolding-v4.1.64 years ago 6,578
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Unavailable version
Unavailable version
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[v4.1.6-1.19.2] - 2022-11-25
Fixed
- Fixed a dupe glitch where the last item in a bag could be taken out indefinitely when interacting with the item
[v4.1.5-1.19.2] - 2022-11-23
Changed
- Tooltips now have a thicker border, so they look more pretty (actually had to redo most of that rendering code so this could work, oof)
- Reverse tooltip scrolling direction
- Bag inventory screen are now colored just like the bag's tooltip
Removed
- Removed bundle-like tutorial banners when using newly added item interactions for the first time
[v4.1.4-1.19.2] - 2022-10-22
Added
- Added an alternative overlay for the next item to be taken from a bag on right-clicking (available in the config)
Changed
- When extracting an item from a bag in an inventory menu via right-clicking the last item is no longer the one taken out first. Instead, use the scroll wheel to choose which item you want to take from the bag.
- White- and blacklists are now controllable per bag type
[v4.1.3-1.19.2] - 2022-10-19
Added
- Added a
+indicator that is shown on bags when the stack carried by the cursor can be added to them in your inventory - Added translation for
zh_cnby radical233, thanks!
[v4.1.2-1.19.2] - 2022-09-14
Added
- Added a whitelist for items allowed in bags, no other items will be permitted in bags when the whitelist has at least one entry
[v4.1.1-1.19.2] - 2022-09-01
- Recompile for Puzzles Lib v4.3.0
[v4.1.0-1.19.2] - 2022-08-21
- Compiled for Minecraft 1.19.2
[v4.0.0-1.19.1] - 2022-08-03
- Ported to Minecraft 1.19.1
- Split into multi-loader project
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| BagOfHolding-v4.1.6-1.19.2-Fabric-sources.jar | Unknown | 53.55 KiB |
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:qbqWvc0D:1zWrmxLa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qbqWvc0D:1zWrmxLa"
}

