9 lines
283 B
JSON
9 lines
283 B
JSON
|
|
{
|
||
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
||
|
|
"$id": "blockception.minecraft.particle.identifier.1.8.0",
|
||
|
|
"type": "string",
|
||
|
|
"title": "The minecraft particle identifier 1.8.0",
|
||
|
|
"description": "The minecraft particle identifier",
|
||
|
|
"pattern": "^[0-9a-zA-Z:_\\-]+$"
|
||
|
|
}
|