This commit is contained in:
DaanV2
2021-10-23 19:54:22 +02:00
parent 2266e52aba
commit a2c3c292e2
9 changed files with 27 additions and 27 deletions

View File

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