mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-07-05 06:03:45 +00:00
96 lines
2.5 KiB
JSON
96 lines
2.5 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "1644558368",
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"2325482181": {
|
|
"title": "particle_curve_bezier_chain node_map",
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"$ref": "#/definitions/2334075625"
|
|
}
|
|
},
|
|
"2334075625": {
|
|
"title": "particle_curve_bezier_chain node",
|
|
"$ref": "#/definitions/963106671"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
} |