G
- Версия ядра сервера
- 1.21+
Как закинуть ресурс пак в ItemsAdder?
У меня есть ресурс паки
Это mc_paint_v1.7.0_resource_pack, Stellarity-5.5.2-RP, guiretextures-2.1, icons-v.1.13.4
Мне AI сказал вот это
├── configs/
│ └── weapons.yml
└── resourcepack/
└── assets/
└── my_items/
├── textures/
│ └── item/
│ ├── sword.png
│ └── sword_special.png
└── models/
└── item/
├── sword.json
└── sword_special.json
Но я не понимаю
Помогите пожайлуста
У меня есть ресурс паки
Это mc_paint_v1.7.0_resource_pack, Stellarity-5.5.2-RP, guiretextures-2.1, icons-v.1.13.4
Мне AI сказал вот это
Пример полной структуры для предметов
plugins/ItemsAdder/contents/my_items/├── configs/
│ └── weapons.yml
└── resourcepack/
└── assets/
└── my_items/
├── textures/
│ └── item/
│ ├── sword.png
│ └── sword_special.png
└── models/
└── item/
├── sword.json
└── sword_special.json
Но я не понимаю
Помогите пожайлуста