Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 months ago
All versions
f-0.11-beta
Beta
0.11 Fabric10 months ago 195
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
- Tooltip Menus
- Overhauled controls to insert/remove items
- A Right-Click or Ctrl-Click opens a tooltip where the mouse is used to move items
- In Lunch Boxes, Alchemy Bags, and Quivers; MWheel Scrolling selects an item to use
- Overhauled hidden
chesttrait to look simmilar tobundletraits
- Placing Backpacks
- Hanging snaps to where 4 corners are supported
- Placing upright moves to be fully supported on the block
- Failure to place due to space happens much less often
- Selecting Items
- Middle Mouse on a item in the inventory pulls matching items from the Backpack to cursor
- Holding a Quiver, Alchemy Bag, or Lunch Box and using the scroll wheel cycles the selected item
- Quivers can be used anywhere in the inventory and are no longer worn on the Back
- Lunch Boxes & Alchemy Bags show the selected item when hovered or held
- Quivers show the selected arrow's amount
- Scrolling to select an item loops once scrolled past the end of the list
- Traits & Components
- Removed
beansbackpacks:equipablecomponent - Removed
beansbackpacks:placeablecomponent - Added
beansbackpacks:backpacktrait- Combination of
bundle,placeable, &equipablecomponents
- Combination of
- Added
parentfield to Reference Traits- Takes an existing
trait_idfor the current Reference Trait to overlay ontop of
- Takes an existing
- Added
beansbackpacks:filterwhich whitelists item's allowed onto the storage- Works in a Reference too
- Removed
- Bug Fixes
- Looking away from a block while trying to place a backpack right-clicks that block and cancels itself
- When opening the Smithing Screen, the Armor Stand started the wrong way
- The eating sounds from the Lunch Box depended on the first item, not the selected item
- Alchemy Bag particles now take the player's momentum when used
- In NeoForge, the tooltips for equipables were not appearing
- Miscellaneous
- Changed
keep_backpack_on_deathconfig from true/false for clarityAlways: always keeps the backpackNever: always drops the backpackKeepInventory(default): keeps/drops the backpack according the KeepInventory gamerule
- Removed ticking methods which traits no longer used
- Changed
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:o4TtgIhD:k7b1wQj8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:o4TtgIhD:k7b1wQj8"
}

