mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-07-23 06:21:49 +00:00
25 lines
570 B
JSON
25 lines
570 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "2423881331",
|
|
"x-format-version": "1.21.0",
|
|
"x-minecraft-version": "1.21.90-beta.3",
|
|
"definitions": {
|
|
"2715320761": {
|
|
"title": "hashed_string",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"title": "particle_motion_collision_event",
|
|
"type": "object",
|
|
"properties": {
|
|
"event": {
|
|
"$ref": "#/definitions/2715320761"
|
|
},
|
|
"min_speed": {
|
|
"type": "number"
|
|
}
|
|
},
|
|
"required": [
|
|
"event"
|
|
]
|
|
} |