As1sa1
Пользователь
- Сообщения
- 97
- Решения
- 5
- Плагин
- ItemsAdder
- Ядро сервера
- Paper
- Версия сервера
- 1.21
Значит иконки для самой брони загружены, работают, но их layer нет.
Пытался найти у кого-то подобную проблему, однако не нашёл.
Может ли это вообще из-за самого клиента OptiFine не работать?
Вам необходимо зарегистрироваться для просмотра изображений-вложений
YAML:
info:
namespace: mystuff
items:
example_helmet_1:
display_name: Example
permission: example_helmet_1
resource:
generate: true
material: DIAMOND_HELMET
textures:
- item/example_1/helmet.png
durability:
max_custom_durability: 275
specific_properties:
armor:
slot: head
attribute_modifiers:
head:
armor: 9
armorToughness: 1
example_chestplate_1:
display_name: Example
permission: example_chestplate_1
resource:
generate: true
material: DIAMOND_CHESTPLATE
textures:
- item/example_1/chestplate.png
durability:
max_custom_durability: 400
specific_properties:
armor:
slot: chest
attribute_modifiers:
chest:
armor: 7
armorToughness: 1
example_leggings_1:
display_name: Example
permission: example_leggings_1
resource:
generate: true
material: DIAMOND_LEGGINGS
textures:
- item/example_1/leggings.png
durability:
max_custom_durability: 375
specific_properties:
armor:
slot: legs
attribute_modifiers:
legs:
armor: 5
armorToughness: 1
example_boots_1:
display_name: Example
permission: example_boots_1
resource:
generate: true
material: DIAMOND_BOOTS
textures:
- item/example_1/boots.png
durability:
max_custom_durability: 325
specific_properties:
armor:
slot: feet
attribute_modifiers:
feet:
armor: 3
armorToughness: 1
YAML:
nbt.itemsadder.namespace=mystuff
nbt.itemsadder.id=example_chestplate_1
type=armor
items=diamond_chestplate
texture.diamond_layer_1=layer_1
texture.diamond_layer_2=layer_2
Пытался найти у кого-то подобную проблему, однако не нашёл.
Объединено
Может ли это вообще из-за самого клиента OptiFine не работать?