mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-07-05 10:43:45 +00:00
68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "1135863433",
|
|
"x-format-version": "1.21.0",
|
|
"x-minecraft-version": "1.21.90-beta.3",
|
|
"definitions": {
|
|
"3178719147": {
|
|
"title": "Molang expression",
|
|
"oneOf": [
|
|
{
|
|
"$ref": "#/definitions/2267778531"
|
|
},
|
|
{
|
|
"type": "number"
|
|
}
|
|
]
|
|
},
|
|
"2267778531": {
|
|
"title": "Molang string",
|
|
"oneOf": [
|
|
{
|
|
"type": "string"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"expression": {
|
|
"type": "string"
|
|
},
|
|
"version": {
|
|
"type": "integer"
|
|
}
|
|
},
|
|
"required": [
|
|
"expression",
|
|
"version"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"title": "particle_appearance_billboard direction_settings",
|
|
"type": "object",
|
|
"properties": {
|
|
"custom_direction": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/3178719147"
|
|
},
|
|
"minItems": 3,
|
|
"maxItems": 3
|
|
},
|
|
"min_speed_threshold": {
|
|
"type": "number"
|
|
},
|
|
"mode": {
|
|
"title": "particle_appearance_billboard direction_settings_mode",
|
|
"type": "string",
|
|
"enum": [
|
|
"derive_from_velocity",
|
|
"custom"
|
|
]
|
|
}
|
|
},
|
|
"required": [
|
|
"mode"
|
|
]
|
|
} |