Polished and examples

This commit is contained in:
DaanV2
2021-06-09 10:24:01 +02:00
parent b68ba1865c
commit 93a8ce3aec
7 changed files with 21 additions and 18 deletions

View File

@@ -1,7 +1,8 @@
{
"$id": "blockception.minecraft.particle.identifier.1.8.0",
"$id": "blockception.minecraft.particle.identifier",
"type": "string",
"title": "Particle Identifier 1.8.0",
"title": "Particle Identifier",
"description": "The minecraft particle identifier",
"examples": ["namespace:particle_name"],
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
}