Nicos Backslots
Adds the ability to carry additional items on your character's back in Minecraft. The mod is simple to use and doesn't require special skills for installation and operation.
Key features:
The main functionality of the mod revolves around the G key, which allows for quick switching between available back slots. This makes changing weapons or tools much more convenient and faster during intense gameplay moments.
Custom Content Creation
If you create resource packs or develop other mods, you can easily customize the appearance of items displayed on the character's back. Create a folder named after the mod ID of the item you want to configure within the nicos_backslot directory.
Example file structure:
assets
└── nicos_backslots
└── backslot_data
└── minecraft
├── shield.json
└── trident.json
Each JSON file is responsible for a specific item type, providing flexible settings for its visualization.
Trident configuration example:
{
"mode": "none",
"scale": {
"x": 1.25,
"y": 1.25,
"z": 1.25
},
"offset": {
"x": -0.5,
"y": -1.32,
"z": 0.5
},
"rotation": {
"x": 0,
"y": 0,
"z": 45
}
}
The "mode" property defines how the selected item is displayed. The following transformation modes are available:
none
third_person_left_hand
third_person_right_hand
first_person_left_hand
first_person_right_hand
head
gui
ground
fixed