1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-08-10 06:01:42 +00:00
Files
bedrock-samples/metadata/json_schemas/client/1.21.0/Particle Kill Plane.json
Mike Ammerlaan c32ab2ac8e v1.21.100.6
2025-08-05 10:30:44 -07:00

13 lines
307 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "3331226803",
"x-format-version": "1.21.0",
"x-minecraft-version": "1.21.100-beta.6",
"title": "particle_kill_plane",
"type": "array",
"items": {
"type": "number"
},
"minItems": 4,
"maxItems": 4
}