Updated skins_packs

This commit is contained in:
DaanV2
2021-11-16 13:48:05 +01:00
parent 531fe8cae3
commit c2d806f31f

View File

@@ -38,7 +38,9 @@
"geometry": { "geometry": {
"title": "Geometry", "title": "Geometry",
"description": "The type of geometry to use", "description": "The type of geometry to use",
"enum": ["geometry.humanoid.custom", "geometry.humanoid.customSlim"] "type": "string",
"pattern": "^[Gg]eometry\\..+$",
"examples": ["geometry.humanoid.custom", "geometry.humanoid.customSlim"]
}, },
"texture": { "title": "Texture", "description": "The filename of the skin", "pattern": "^.*\\.png$" }, "texture": { "title": "Texture", "description": "The filename of the skin", "pattern": "^.*\\.png$" },
"type": { "title": "Type", "description": "The type of skin", "enum": ["free", "paid"] } "type": { "title": "Type", "description": "The type of skin", "enum": ["free", "paid"] }