Fixing items textures not accepting dots
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
"description": "TODO: add description",
|
"description": "TODO: add description",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"propertyNames": {
|
"propertyNames": {
|
||||||
"pattern": "^[\\w_\\-]+$"
|
"pattern": "^[\\w_\\-\\.]+$"
|
||||||
},
|
},
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"title": "Texture data",
|
"title": "Texture data",
|
||||||
|
|||||||
@@ -81,7 +81,7 @@
|
|||||||
"texture_data": {
|
"texture_data": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"propertyNames": {
|
"propertyNames": {
|
||||||
"pattern": "^[\\w_\\-]+$"
|
"pattern": "^[\\w_\\-\\.]+$"
|
||||||
},
|
},
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|||||||
Reference in New Issue
Block a user