Backpack Gear 🎒🛡️
Backpack Gear is a lightweight Fabric API mod that adds support for backpack equipment systems.
🌐 Website and documentation: https://backpackgear.vercel.app/
It is made for mods that want backpacks to work as real gear, separate from chest armor. This means players can use a chestplate and a backpack at the same time, without replacing one with the other.
✨ Features
✔ Backpack Slot Support – Adds a dedicated place for backpack-style equipment.
✔ Armor Friendly – Designed so backpacks can work together with chest armor.
✔ Modder API – Other mod creators can register their own backpack items.
✔ Datapack Support – Mods and datapacks can add backpack items using the backpack_gear:backpacks tag.
✔ Fabric Friendly – Built for Fabric and made to be used as a dependency by other mods.
🔧 For Mod Developers
Backpack Gear gives other mods a simple way to mark items as backpacks.
Use API:
BackpackGearApi.registerBackpackItem(MyMod.MY_BACKPACK);
