
yyz's backpack
A new backpack mod may be more suitable for you.
- Загрузки
- 272K
- Подписчики
- 475
- Обновлён
- 10 августа 2026 г.
- Лицензия
- MIT
Опубликован 10 июня 2025 г.
🚨 The mod has been reset. Older versions are no longer supported.The backpack storage format has changed. Please empty your backpack before upgrading to the new version; otherwise, all items inside will be lost.
Introduction
Yyz’s Backpack is a lightweight, convenient backpack mod designed to provide a more efficient item management experience without breaking the vanilla UI style. The backpack can be opened directly in various interfaces (such as crafting tables, chests, furnaces, etc.) and supports crafting, sorting, quick moving, and other operations.




✨ Features
- Access Anywhere: The backpack UI is displayed directly on container screens, allowing you to take or put items without switching screens.
- Crafting Assistance: Supports crafting using items from the backpack, compatible with the recipe book and JEI, with one‑click quick fill support.
- Dyeing System: The backpack can be dyed like leather armour, allowing you to personalise its appearance.
- Backpack Model: A 3D model is shown on the player when the backpack is equipped, which can be hidden via config.
- Click Sorting: Built‑in item sorting. Click the sort button or press a custom key (unbound by default) to sort, with multiple sort modes (Creative inventory order, name, count, ID, etc.) switchable by scrolling on the sort button.
- Quick Move: Shift + right‑click to quickly deposit items into the backpack; Shift + click to take items out. Buttons are also available for bulk quick move, supporting moving matching items or moving all items.
- Quick Switch: Click tabs above the backpack to quickly switch between backpacks; tabs show the backpack’s name and appearance. You can also press the hotkey (default
B) to open the backpack currently under the mouse cursor. - Auto Collect: When your inventory is full, newly obtained items automatically go into the backpack.
- Encumbrance System: Carrying multiple backpacks (default 3 or more) applies an Heavy effect, reducing movement speed and jump height.
🎒 Backpack Tiers
| Backpack Type | Extra Slots | Special Ability |
|---|---|---|
| Iron | +18 | Base capacity |
| Gold | +36 | Base capacity |
| Diamond | +54 | Base capacity |
| Netherite | +54 | Immune to being destroyed by fire and lava |
🛠️ Crafting Recipes






📦 Installation & Usage
- Install the appropriate mod loader (Fabric, Forge, or NeoForge) for your Minecraft version.
- Download the mod
.jarfile and place it into themodsfolder in your game directory. - Launch the game and place the backpack anywhere in your inventory. If you have the corresponding mod installed, you can also place it in the curio slot.
- Select the backpack to use via tabs or the hotkey.
🧩 Compatibility
🤝 Compatible
- Trinkets
- JEI
- Curios
- (More to be added)
❌ Incompatible
- All inventory‑sorting mods (e.g., Inventory Tweaks, Mouse Tweaks, etc.):
- Symptoms: They only sort the vanilla inventory and ignore the backpack; or they mix the backpack and inventory together and sort them as one; or they fail completely, sometimes causing crashes.
- Reason: Due to the mod’s special implementation, it is not compatible with most sorting mods, and no universal fix has been found. As an alternative, the mod includes a full‑featured sorting system that meets daily needs.
- (More to be added)
🗺 Development Roadmap
- Support more Minecraft versions
- Support more modded UI screens
🔗 Links
🛠 Customisation
Mod Configuration
Main Configuration /config/yyzsbackpack.json
| Config Key | Type | Description |
|---|---|---|
model |
boolean | Whether to show the backpack model on the player's back |
heavy |
int | How many backpacks carried before gaining the "encumbrance" effect |
Button Position Configuration /config/yyzsbackpack/control/default.json
| Config Key | Type | Description |
|---|---|---|
controlPoss |
object | Coordinates of sorting, quick-move and other buttons on various UI screens |
UI Offset Configuration /config/yyzsbackpack/ui/default.json
| Config Key | Type | Description |
|---|---|---|
uiOffsets |
object | Overall offset of the backpack UI on each container screen |
Backpack Customisation (Resource Packs & Data Packs)
You can completely redefine the backpack’s GUI layout, slot positions, and capacity. See the mod files or examples on GitHub for details.
- Resource pack path:
assets/yyzsbackpack/backpacks/<filename>.json - Data pack path:
data/yyzsbackpack/backpacks/<filename>.json
Common Properties
| Property | Description |
|---|---|
type |
Backpack material: iron, gold, diamond, netherite |
maxVisibleTabs |
Number of backpack switch tabs visible at once (excess can be scrolled) |
segments |
List of slot layout segments |
Segment Properties
| Property | Description |
|---|---|
startSlot, endSlot |
Slot index range for this segment |
order |
"DEFAULT" (grid layout, left‑to‑right, top‑to‑bottom) or "CUSTOM" (custom coordinates for each slot) |
startX, startY |
Starting coordinates (for DEFAULT mode) |
columns, rows |
Grid columns and rows (for DEFAULT mode). If slots exceed the grid, scrolling is supported. |
customPositions |
Array of {"x": number, "y": number} for each slot (for CUSTOM mode). Note: scrolling is not supported in CUSTOM mode. |
guiTexture |
Custom GUI texture path |
backgroundX, backgroundY |
Offset of the background relative to the top‑left of the original GUI |
Properties Available Only in Data Packs
| Property | Description |
|---|---|
size |
Sets the backpack size(max value is 256). In multiplayer, only the server setting takes effect. |
force_server |
If true, the server forces all clients to use this configuration. |
Ченджлог
0.0.4-reborn+26.2Бета26.2 · 10 августа 2026 г.
- Re-uploaded the correct version
0.0.4-reborn+26.2Бета26.2 · 9 августа 2026 г.
- Fix UI offset when using Curios
- Correct slot index when putting items into backpack
- Change key registration to prevent crash on key open
- Add missing translations
- Adjust button rendering positions in chest GUI
- Change modid of compatibility module
0.0.3-reborn+1.20.1Бета1.20.1 · 26 июля 2026 г.
Update Log
- Fixed an issue where some GUI buttons failed to render properly.
0.0.2-reborn+1.20.1Бета1.20.1 · 26 июля 2026 г.
Update Log
Updated control and UI configuration from class-based to a simplified flat format; upgrading from v0.0.1 requires regenerating configuration files.
0.0.1-reborn+1.20.1Бета1.20.1 · 25 июля 2026 г.
reborn
21.1.13Релиз1.21, 1.21.1 · 1 мая 2026 г.
- Fixed an issue where quickly moving the crafted result out of the crafting table slot would duplicate items currently present in the player's inventory.
- The heavy effect now reduces vertical movement speed in addition to its existing effects.
21.1.11Релиз1.21.1 · 29 апреля 2026 г.
Fixed
- Fixed crash when shift-clicking crafted items.
- Fixed slot ID out-of-bounds issue.
Changed
- Added heavy effect to apply penalty when carrying multiple backpacks simultaneously; removed the original custom penalty.
- Updated config file, implemented backpack backup functionality and corresponding configuration options.
21.1.10Релиз1.21.1 · 26 апреля 2026 г.
Fixed
- Fixed an issue where items would be lost when switching from the inventory to the hotbar using a keybind.
- Fixed a bug where items could be lost when quickly moving items within the backpack.
Changed
- Reworked save logic again to further reduce item loss.
- Items are now rendered directly using the inventory item model on the player model instead of hardcoded rendering, allowing for custom models.
- Backpack model can now be controlled via Curios.
Added
- Added customizable keybinding for the inventory sorting key (default: unbound).
- Added four inventory sorting modes, activated by the following modifiers while pressing the sort key:
- Creative inventory tab order (no modifier)
- Item ID (Shift + Sort key)
- Rarity (Ctrl + Sort key)
- Custom sorting (Alt + Sort key)
Комментарии
Загружаем…