Updated regex for identifiers

This commit is contained in:
DaanV2
2021-01-06 13:05:08 +01:00
parent fe6a98a06b
commit 703994ce04
3 changed files with 3 additions and 3 deletions

View File

@@ -4,5 +4,5 @@
"type": "string",
"title": "The minecraft block identifier 1.8.0",
"description": "The minecraft block identifier",
"pattern": "^[0-9a-zA-Z:_\\-]+$"
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
}

View File

@@ -4,5 +4,5 @@
"type": "string",
"title": "The minecraft fog identifier",
"description": "The minecraft fog identifier",
"pattern": "^[0-9a-zA-Z:_\\-]+$"
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
}

View File

@@ -4,5 +4,5 @@
"type": "string",
"title": "The minecraft particle identifier 1.8.0",
"description": "The minecraft particle identifier",
"pattern": "^[0-9a-zA-Z:_\\-]+$"
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
}