9 lines
256 B
JSON
9 lines
256 B
JSON
{
|
|
"$id": "blockception.minecraft.particle.identifier",
|
|
"description": "The minecraft particle identifier",
|
|
"examples": ["namespace:particle_name"],
|
|
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$",
|
|
"title": "Particle Identifier",
|
|
"type": "string"
|
|
}
|