Fixing items textures not accepting dots

This commit is contained in:
DaanV2
2021-01-10 17:21:48 +01:00
parent 2073dba4c0
commit 140814d503
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@
"description": "TODO: add description",
"type": "object",
"propertyNames": {
"pattern": "^[\\w_\\-]+$"
"pattern": "^[\\w_\\-\\.]+$"
},
"additionalProperties": {
"title": "Texture data",