Files
minecraft-bedrock-json-schemas/source/general/particle/identifier.json
2022-02-01 18:06:14 +01:00

10 lines
328 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",
"defaultSnippets": [{ "label": "New Identifier", "body": "$1:$2" }]
}