Download Nicos Backslots — Minecraft Mods — ModStock
Nicos Backslots

Nicos Backslots

Active

Downloads

0

Last update

3 months ago

Versions

1.19.2 — 1.21.1
Client
Fabric
Quilt
Weapons and armor
Game mechanics

Title

Available on Github Issue Tracker on GitHub Requires Liby

Simple Backslot mod. Keybind for switching with G

Netherite Sword on the back of a player

== For Resource Pack Creators / Mod Developers ==

To customize the model that appears on the player's back, create a folder inside of nicos_backslot directory, named after the mod ID of the item you want to modify.

Example File Structure:

assets
└── nicos_backslots
    └── backslot_data
        └── minecraft
            ├── shield.json
            └── trident.json

Each JSON file corresponds to an item and allows you to adjust its display mode, scale, offset, and rotation.

Example Configuration (Trident):

{
  "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 the transformation mode of the item. Available options include:

none
third_person_left_hand
third_person_right_hand
first_person_left_hand
first_person_right_hand
head
gui
ground
fixed
Project members
Nico_44

Nico_44

Developer