mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-06 12:59:52 +00:00
30 lines
651 B
JSON
30 lines
651 B
JSON
{
|
|
"$id": "801168425",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"definitions": {
|
|
"1137812873": {
|
|
"title": "File Reference",
|
|
"type": "string"
|
|
},
|
|
"2715320761": {
|
|
"title": "hashed_string",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"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",
|
|
"x-format-version": "1.21.10"
|
|
} |