From c2d806f31f8722b67c0a16cb103fdb10866454f1 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 16 Nov 2021 13:48:05 +0100 Subject: [PATCH] Updated skins_packs --- source/skinpacks/skins.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/skinpacks/skins.json b/source/skinpacks/skins.json index 0f64fe6f..62a92248 100644 --- a/source/skinpacks/skins.json +++ b/source/skinpacks/skins.json @@ -38,7 +38,9 @@ "geometry": { "title": "Geometry", "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$" }, "type": { "title": "Type", "description": "The type of skin", "enum": ["free", "paid"] }