2020-11-01 17:22:42 +01:00
|
|
|
{
|
|
|
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
|
|
|
"$id": "blockception.minecraft.particle.identifier.1.8.0",
|
|
|
|
|
"type": "string",
|
2021-03-21 15:18:38 +01:00
|
|
|
"title": "Particle Identifier 1.8.0",
|
2020-11-01 17:22:42 +01:00
|
|
|
"description": "The minecraft particle identifier",
|
2021-01-06 13:05:08 +01:00
|
|
|
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
|
2020-11-01 17:22:42 +01:00
|
|
|
}
|