mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-07-04 16:03:55 +00:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "3907782844",
|
|
"x-format-version": "1.21.0",
|
|
"x-minecraft-version": "1.21.90-beta.3",
|
|
"definitions": {
|
|
"771176265": {
|
|
"title": "struct SharedTypes::v1_20_80::VectorEvents",
|
|
"oneOf": [
|
|
{
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/2715320761"
|
|
}
|
|
},
|
|
{
|
|
"$ref": "#/definitions/2715320761"
|
|
}
|
|
]
|
|
},
|
|
"2715320761": {
|
|
"title": "hashed_string",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"title": "emitter_lifetime_events travel_distance_events",
|
|
"type": "object",
|
|
"properties": {
|
|
"distance": {
|
|
"type": "number",
|
|
"minimum": 0.0
|
|
},
|
|
"effects": {
|
|
"$ref": "#/definitions/771176265"
|
|
}
|
|
},
|
|
"required": [
|
|
"distance",
|
|
"effects"
|
|
]
|
|
} |