Back to mods
yyzsbackpack project artwork

CurseForge · Minecraft mod

yyzsbackpack

A new backpack mod may be more suitable for you!

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which yyzsbackpack release should I use?

Updated 7 days ago
Latest stable file yyzsbackpack-neoforge-21.1.13.jar
Game version 1.21.1
Loader NeoForge

yyzsbackpack-neoforge-21.1.13.jar targets 1.21.1 with NeoForge. The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server. No extra mods listed for this file.

Where it goes

Is yyzsbackpack required on the client, server, or both?

The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does yyzsbackpack-neoforge-21.1.13.jar need?

yyzsbackpack-neoforge-21.1.13.jar. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add yyzsbackpack without breaking your instance.

Built for yyzsbackpack-neoforge-21.1.13.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use yyzsbackpack-neoforge-21.1.13.jar. It targets 1.21.1 with NeoForge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside yyzsbackpack-neoforge-21.1.13.jar. It opens that exact file at the source.

About this project

What does yyzsbackpack add?

🚨 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.

opencontrolmodel and dyegui

✨ 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

irongolddaimondgold1diamond1netherite

📦 Installation & Usage

  1. Install the appropriate mod loader (Fabric, Forge, or NeoForge) for your Minecraft version.
  2. Download the mod .jar file and place it into the mods folder in your game directory.
  3. 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.
  4. 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.

Project description from CurseForge.

Pick your setup

yyzsbackpack by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

20 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

yyzsbackpack versions and loaders

50 of 50 releases match

Looking for an older file? The official CurseForge project page is in Resources.