1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-07-17 03:35:36 +00:00
Files
bedrock-samples/metadata/json_schemas/client/1.21.10/Particle Basic Render Parameters.json
Mike Ammerlaan d2c831e602 v1.21.90.3
2025-06-18 05:19:56 -07:00

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"
]
}