mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-11 21:04:55 +00:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"$id": "3226186110",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"definitions": {
|
|
"1137812873": {
|
|
"title": "File Reference",
|
|
"type": "string"
|
|
},
|
|
"2715320761": {
|
|
"title": "hashed_string",
|
|
"type": "string"
|
|
},
|
|
"801168425": {
|
|
"description": "The parameters MUST contain a material and texture.",
|
|
"properties": {
|
|
"material": {
|
|
"$ref": "#/definitions/2715320761"
|
|
},
|
|
"texture": {
|
|
"$ref": "#/definitions/1137812873"
|
|
}
|
|
},
|
|
"required": [
|
|
"material",
|
|
"texture"
|
|
],
|
|
"title": "particle_effect basic_render_parameters",
|
|
"type": "object"
|
|
}
|
|
},
|
|
"description": "The description MUST contain an identifier and basic_render_parameters.",
|
|
"properties": {
|
|
"basic_render_parameters": {
|
|
"$ref": "#/definitions/801168425",
|
|
"description": "The parameters MUST contain a material and texture."
|
|
},
|
|
"identifier": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"basic_render_parameters",
|
|
"identifier"
|
|
],
|
|
"title": "particle_effect description",
|
|
"type": "object",
|
|
"x-format-version": "1.21.10"
|
|
} |