
Nicos Backslots
A simple Backslot mod
- Загрузки
- 3K
- Подписчики
- 8
- Обновлён
- 7 декабря 2025 г.
- Лицензия
- GPL-3.0-or-later
Опубликован 15 февраля 2025 г.

Simple Backslot mod. Keybind for switching with G
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 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
Ченджлог
1.19.4-1.4.0.0Релиз1.19.4 · 7 декабря 2025 г.
- Changed how the Shield looks on the back
- Made to work for 1.19.X
1.19.3-1.4.0.0Релиз1.19.3 · 7 декабря 2025 г.
- Changed how the Shield looks on the back
- Made to work for 1.19.X
1.19-1.4.0.0Релиз1.19, 1.19.1, 1.19.2 · 7 декабря 2025 г.
- Changed how the Shield looks on the back
- Made to work for 1.19.X
1.19.2-1.3Релиз1.19.2 · 18 октября 2025 г.
Removed library dependency
1.20.1-1.3Релиз1.20.1 · 18 октября 2025 г.
Removed library dependency
1.21.1-1.3Релиз1.21.1 · 18 октября 2025 г.
Removed library dependency
1.21.1-1.2Релиз1.21.1 · 9 марта 2025 г.
- Fixed black hotbar when paused
1.21.1-1.1Бета1.21.1 · 9 марта 2025 г.
- Added a rotation for when the player is sneaking
- Made the item not float above the back
Комментарии
Загружаем…

