Trouble with double door skinsSolved

Hello,

I currently have hundreds of id's working for dozens of items without issues - but I'm not able to get Sheet Metal Double Doors to function properly for some reason. I used /skin get to ensure im using the right shortname and verified online. Currently my config has this for the sheet metal double doors sections. I've also tried adding multiple 0 values to the skin ID collection to check if it would display the default multiple times; it did not. Any advice?

    {
      "Item Shortname": "door.double.hinged.metal",
      "Skins": [
        0,
        2006115761,
        1993961164,
        1974719851,
        1967983656,
        1906513343,
        1959527555,
        1960910323,
        1876763993,
        1915370186,
        1877276844,
        1900147823,
        1874517444,
        1875805456,
        1911363050,
        1883020771,
        1898413182,
        1905694646,
        1882838917
      ]
    }
Can you post your whole configuration or DM me in misticos#2334 ? Try to add skins via the command also

Thanks for the quick response. Using the skins command ended up working. I took a look at the json it created after running that command and realized I had the shortname appearing at the beginning and end of the config which likely overwrote the collection to having just the defualt.

This issue can be disregarded, thanks!

Locked automatically