PluginBugs / Issues-ItemsAdder

Repository used to keep track of issues of my plugin ItemsAdder
https://itemsadder.devs.beer
52 stars 21 forks source link

Trim not visible in item, but work on armor #3180

Open Weyl1 opened 9 months ago

Weyl1 commented 9 months ago

Terms

Discord tag (optional)

No response

What happened?

The trims used on leather armor are no longer visible in the inventory and on the item.

The reason ? When creating custom armor with a layer, it removes the visibility of trims on leather armor.

Steps to reproduce the issue

  1. Create a custom armor
  2. reload the pack
  3. the trim in leather armor in not visible in 2D item

Server version

This server is running Paper version git-Paper-196 (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT) (Git: 773dd72) You are running the latest version Previous version: git-Purpur-2062 (MC: 1.20.1)

ItemsAdder Version

3.6.2-beta-r4

ProtocolLib Version

5.1.1-SNAPSHOT-669

LoneLibs Version

1.0.27

FULL server log

No response

Error (optional)

No response

Problematic items yml configuration file (optional)

I use this file :

info:
  namespace: armures_textures
armors_rendering:
  slime_vert:
    color: "#49d157"
    layer_1: slime_vert_armor_layer_1
    layer_2: slime_vert_armor_layer_2
    use_color: false
items:
  slime_vert_helmet:
    display_name: "slime_vert Helmet"
    resource:
      model_id: 50001
      generate: true
      textures:
      - slime_vert_helmet.png
      - slime_vert_helmet.png
    specific_properties:
      armor:
        slot: head
        custom_armor: slime_vert
  slime_vert_chestplate:
    display_name: "slime_vert Chestplate"
    resource:
      model_id: 50001
      generate: true
      textures:
      - slime_vert_chestplate.png
      - slime_vert_chestplate.png
    specific_properties:
      armor:
        slot: chest
        custom_armor: slime_vert
  slime_vert_leggings:
    display_name: "slime_vert Leggings"
    resource:
      model_id: 50001
      generate: true
      textures:
      - slime_vert_leggings.png
      - slime_vert_leggings.png
    specific_properties:
      armor:
        slot: legs
        custom_armor: slime_vert
  slime_vert_boots:
    display_name: "slime_vert Boots"
    resource:
      model_id: 50001
      generate: true
      textures:
      - slime_vert_boots.png
      - slime_vert_boots.png
    specific_properties:
      armor:
        slot: FEET
        custom_armor: slime_vert

Other files, you can drag and drop them here to upload. (optional)

No response

Screenshots/Videos (you can drag and drop files or paste links)

Without custom armor added : image

With custom armor :

image

github-actions[bot] commented 9 months ago

Hello, your report will be looked into as soon as possible. Please do not bump this thread and don't post it on multiple platforms.

Thanks a lot for your patience.