SpyMan10 / backpackmod-1.16-old

1.16+ Backpack items for Minecraft game
MIT License
7 stars 3 forks source link

Description

This mod allow you to add new backpack items using JSON to the popular Minecraft game, the mod require Fabric Loader and Fabric API to work

Download

CurseForge

Supported Minecraft Versions

How to configure/add new backpack item ?

Open confguration file backpackmod.json located into your configuration folder (Example: ~/.minecraft/config/backpackmod.json)

This file look like that :

{
    "general": {
        "enableEnderBackpack": true,
        "nbtTagName": "BackpackContent"
    },
    "backpacks": [
        {
            "name": "leather_backpack",
            "fireproof": false,
            "rarity": "common",
            "inventory": {
                "width": 9,
                "height": 2
            }
        }
    ]
}

Configuration Keys

Resource like texture, translation, recipe must be manually added with an external resource pack / data pack

Modpacks

Yes you can include this mod in your own modpack

Minecraft Forge Version ?

Maybe

Built-in Items

All built-in items can be modified or fully removed using configuration file

Recipes