mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-07-16 08:55:36 +00:00
137 lines
3.8 KiB
JSON
137 lines
3.8 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "2236411444",
|
|
"x-format-version": "1.21.0",
|
|
"x-minecraft-version": "1.21.90-beta.3",
|
|
"definitions": {
|
|
"2589586811": {
|
|
"title": "particle_curve_linear",
|
|
"type": "object",
|
|
"properties": {
|
|
"horizontal_range": {
|
|
"$ref": "#/definitions/3178719147"
|
|
},
|
|
"input": {
|
|
"$ref": "#/definitions/3178719147"
|
|
},
|
|
"nodes": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/3178719147"
|
|
}
|
|
},
|
|
"type": {
|
|
"$ref": "#/definitions/2715320761"
|
|
}
|
|
},
|
|
"required": [
|
|
"input",
|
|
"nodes",
|
|
"type"
|
|
]
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"1644558368": {
|
|
"title": "particle_curve_bezier_chain",
|
|
"type": "object",
|
|
"properties": {
|
|
"input": {
|
|
"$ref": "#/definitions/3178719147"
|
|
},
|
|
"nodes": {
|
|
"$ref": "#/definitions/2325482181"
|
|
},
|
|
"type": {
|
|
"type": "string",
|
|
"pattern": "^bezier_chain$"
|
|
}
|
|
},
|
|
"required": [
|
|
"input",
|
|
"nodes",
|
|
"type"
|
|
]
|
|
},
|
|
"2325482181": {
|
|
"title": "particle_curve_bezier_chain node_map",
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"$ref": "#/definitions/2334075625"
|
|
}
|
|
},
|
|
"963106671": {
|
|
"title": "particle_curve_bezier_chain node_proxy",
|
|
"type": "object",
|
|
"properties": {
|
|
"left_slope": {
|
|
"type": "number"
|
|
},
|
|
"left_value": {
|
|
"type": "number"
|
|
},
|
|
"right_slope": {
|
|
"type": "number"
|
|
},
|
|
"right_value": {
|
|
"type": "number"
|
|
},
|
|
"slope": {
|
|
"type": "number"
|
|
},
|
|
"value": {
|
|
"type": "number"
|
|
}
|
|
}
|
|
},
|
|
"2334075625": {
|
|
"title": "particle_curve_bezier_chain node",
|
|
"$ref": "#/definitions/963106671"
|
|
}
|
|
},
|
|
"title": "particle_curve",
|
|
"oneOf": [
|
|
{
|
|
"$ref": "#/definitions/2589586811"
|
|
},
|
|
{
|
|
"$ref": "#/definitions/1644558368"
|
|
}
|
|
]
|
|
} |