Thanks, that helps. Do you know what version of the script you used for that? I tried 5.9 but it didn't give those results.
It seems from 5.8 to 5.9 the script changed quite a bit and that's when this behavior changed. It's not clear why, as many other things changed at the same time. The change also doesn't correlate with any forum posts from users having trouble.
I've updated the script, version 7.09, so it uses the attachment name without the skin name prefix. You now get what you were looking for:
"skins": {
"human": {
"weapon": {
"weapons/wands/1": { "name": "human/weapons/wands/1" },
"weapons/wands/2": { "name": "human/weapons/wands/2" },
"weapons/swords/1": { "name": "human/weapons/swords/1" },
"weapons/swords/2": { "name": "human/weapons/swords/2" }
}
}
},
I think this is the right behavior for everyone.