mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-04-04 16:25:50 +00:00
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "3226186110",
|
|
"definitions": {
|
|
"801168425": {
|
|
"title": "particle_effect basic_render_parameters v1.21.0",
|
|
"description": "The parameters MUST contain a material and texture.",
|
|
"type": "object",
|
|
"properties": {
|
|
"material": {
|
|
"$ref": "#/definitions/2715320761"
|
|
},
|
|
"texture": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"material",
|
|
"texture"
|
|
]
|
|
},
|
|
"2715320761": {
|
|
"title": "hashed_string",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"title": "particle_effect description v1.21.0",
|
|
"description": "The description MUST contain an identifier and basic_render_parameters.",
|
|
"type": "object",
|
|
"properties": {
|
|
"identifier": {
|
|
"type": "string"
|
|
},
|
|
"basic_render_parameters": {
|
|
"description": "The parameters MUST contain a material and texture.",
|
|
"$ref": "#/definitions/801168425"
|
|
}
|
|
},
|
|
"required": [
|
|
"identifier",
|
|
"basic_render_parameters"
|
|
]
|
|
} |