1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-08-12 04:32:52 +00:00
Files
bedrock-samples/metadata/json_schemas/client/1.21.0/Particle Motion Collision Event Vector.json
Mike Ammerlaan c32ab2ac8e v1.21.100.6
2025-08-05 10:30:44 -07:00

39 lines
991 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "2751853296",
"x-format-version": "1.21.0",
"x-minecraft-version": "1.21.100-beta.6",
"definitions": {
"2423881331": {
"title": "particle_motion_collision_event",
"type": "object",
"properties": {
"event": {
"$ref": "#/definitions/2715320761"
},
"min_speed": {
"type": "number"
}
},
"required": [
"event"
]
},
"2715320761": {
"title": "hashed_string",
"type": "string"
}
},
"title": "particle_motion_collision_event_vector",
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/2423881331"
}
},
{
"$ref": "#/definitions/2423881331"
}
]
}