Updated regex for identifiers
This commit is contained in:
@@ -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:_\\.\\-]+$"
|
||||
}
|
||||
|
||||
@@ -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:_\\.\\-]+$"
|
||||
}
|
||||
|
||||
@@ -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:_\\.\\-]+$"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user