1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-08-07 09:11:54 +00:00
Files
bedrock-samples/metadata/json_schemas/client/1.21.0/Particle Lifetime Event.json
Mike Ammerlaan c32ab2ac8e v1.21.100.6
2025-08-05 10:30:44 -07:00

42 lines
1.1 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "2330565510",
"x-format-version": "1.21.0",
"x-minecraft-version": "1.21.100-beta.6",
"definitions": {
"771176265": {
"title": "VectorEvents",
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/2715320761"
}
},
{
"$ref": "#/definitions/2715320761"
}
]
},
"2715320761": {
"title": "hashed_string",
"type": "string"
}
},
"title": "particle_lifetime_events",
"type": "object",
"properties": {
"creation_event": {
"$ref": "#/definitions/771176265"
},
"expiration_event": {
"$ref": "#/definitions/771176265"
},
"timeline": {
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/771176265"
}
}
}
}