1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-07-05 10:43:45 +00:00
Files
bedrock-samples/metadata/json_schemas/client/1.21.0/Particle Appearance Billboard.json
Mike Ammerlaan d2c831e602 v1.21.90.3
2025-06-18 05:19:56 -07:00

183 lines
5.3 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "1499078169",
"x-format-version": "1.21.0",
"x-minecraft-version": "1.21.90-beta.3",
"definitions": {
"1135863433": {
"title": "particle_appearance_billboard direction_settings",
"$ref": "#/definitions/705997071"
},
"705997071": {
"title": "struct SharedTypes::v1_20_80::DirectionSettingsHelper::Proxy",
"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"
]
},
"2715320761": {
"title": "hashed_string",
"type": "string"
},
"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"
]
}
]
},
"772645837": {
"title": "particle_appearance_billboard flipbook_data",
"type": "object",
"properties": {
"base_UV": {
"type": "array",
"items": {
"$ref": "#/definitions/3178719147"
},
"minItems": 2,
"maxItems": 2
},
"frames_per_second": {
"type": "number"
},
"loop": {
"type": "boolean"
},
"max_frame": {
"$ref": "#/definitions/3178719147"
},
"size_UV": {
"type": "array",
"items": {
"type": "number"
},
"minItems": 2,
"maxItems": 2
},
"step_UV": {
"type": "array",
"items": {
"type": "number"
},
"minItems": 2,
"maxItems": 2
},
"stretch_to_lifetime": {
"type": "boolean"
}
},
"required": [
"base_UV",
"max_frame"
]
},
"2979283012": {
"title": "particle_appearance_billboard uv_data",
"$ref": "#/definitions/3427485672"
},
"3427485672": {
"title": "struct SharedTypes::v1_20_80::UVHelper::Proxy",
"type": "object",
"properties": {
"flipbook": {
"$ref": "#/definitions/772645837"
},
"texture_height": {
"type": "integer"
},
"texture_width": {
"type": "integer"
},
"uv": {
"type": "array",
"items": {
"$ref": "#/definitions/3178719147"
},
"minItems": 2,
"maxItems": 2
},
"uv_size": {
"type": "array",
"items": {
"$ref": "#/definitions/3178719147"
},
"minItems": 2,
"maxItems": 2
}
}
}
},
"title": "particle_appearance_billboard",
"type": "object",
"properties": {
"direction": {
"$ref": "#/definitions/1135863433"
},
"facing_camera_mode": {
"$ref": "#/definitions/2715320761"
},
"size": {
"type": "array",
"items": {
"$ref": "#/definitions/3178719147"
},
"minItems": 2,
"maxItems": 2
},
"uv": {
"$ref": "#/definitions/2979283012"
}
},
"required": [
"size"
]
}