mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-07-17 03:35:36 +00:00
31 lines
818 B
JSON
31 lines
818 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "801168425",
|
|
"x-format-version": "1.21.10",
|
|
"x-minecraft-version": "1.21.90-beta.3",
|
|
"definitions": {
|
|
"2715320761": {
|
|
"title": "hashed_string",
|
|
"type": "string"
|
|
},
|
|
"1969805686": {
|
|
"title": "struct SharedTypes::FileReference<7>",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"title": "particle_effect basic_render_parameters",
|
|
"description": "The parameters MUST contain a material and texture.",
|
|
"type": "object",
|
|
"properties": {
|
|
"material": {
|
|
"$ref": "#/definitions/2715320761"
|
|
},
|
|
"texture": {
|
|
"$ref": "#/definitions/1969805686"
|
|
}
|
|
},
|
|
"required": [
|
|
"material",
|
|
"texture"
|
|
]
|
|
} |