1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-04-04 10:36:13 +00:00
Files
bedrock-samples/metadata/json_schemas/Particle Event Node v1.21.0.json
Mike Ammerlaan 8cb28e3b1e v1.21.70.3
2025-03-25 09:13:19 -07:00

146 lines
4.1 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "1626134911",
"definitions": {
"3998097047": {
"title": "particle_sound_effect_event v1.21.0",
"type": "object",
"properties": {
"event_name": {
"type": "string"
}
},
"required": [
"event_name"
]
},
"2715320761": {
"title": "hashed_string",
"type": "string"
},
"3178719147": {
"title": "struct SharedTypes::Legacy::ExpressionNode",
"oneOf": [
{
"$ref": "#/definitions/2267778531"
},
{
"type": "number"
}
]
},
"2267778531": {
"title": "struct SharedTypes::Legacy::ExpressionNode::StringRepresentation",
"oneOf": [
{
"type": "string"
},
{
"type": "object",
"properties": {
"expression": {
"type": "string"
},
"version": {
"type": "integer"
}
},
"required": [
"expression",
"version"
]
}
]
},
"2245986520": {
"title": "particle_visual_effect_event v1.21.0",
"type": "object",
"properties": {
"effect": {
"$ref": "#/definitions/2715320761"
},
"pre_effect_expression": {
"$ref": "#/definitions/3178719147"
},
"type": {
"title": "particle_visual_effect_event effect_type",
"type": "string",
"enum": [
"particle",
"particle_with_velocity",
"emitter",
"emitter_bound"
]
}
},
"required": [
"effect",
"type"
]
},
"2522540092": {
"title": "particle_event_random_node v1.21.0",
"type": "object",
"properties": {
"log": {
"type": "string"
},
"particle_effect": {
"$ref": "#/definitions/2245986520"
},
"weight": {
"type": "number"
},
"sound_effect": {
"$ref": "#/definitions/3998097047"
},
"sequence": {
"type": "array",
"items": {
"$ref": "1626134911"
}
},
"randomize": {
"type": "array",
"items": {
"$ref": "#/definitions/2522540092"
}
},
"expression": {
"$ref": "#/definitions/3178719147"
}
},
"required": [
"weight"
]
}
},
"title": "particle_event_node v1.21.0",
"type": "object",
"properties": {
"expression": {
"$ref": "#/definitions/3178719147"
},
"log": {
"type": "string"
},
"particle_effect": {
"$ref": "#/definitions/2245986520"
},
"sequence": {
"type": "array",
"items": {
"$ref": "1626134911"
}
},
"sound_effect": {
"$ref": "#/definitions/3998097047"
},
"randomize": {
"type": "array",
"items": {
"$ref": "#/definitions/2522540092"
}
}
}
}