Added example to entity identifier
This commit is contained in:
@@ -4,5 +4,6 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "The minecraft entity identifier 1.8.0",
|
"title": "The minecraft entity identifier 1.8.0",
|
||||||
"description": "The minecraft entity identifier",
|
"description": "The minecraft entity identifier",
|
||||||
|
"examples": ["namespace:entity_name"],
|
||||||
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
|
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user