mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-04-04 10:36:13 +00:00
25 lines
603 B
JSON
25 lines
603 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "801168425",
|
|
"definitions": {
|
|
"2715320761": {
|
|
"title": "hashed_string",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
} |