Files
minecraft-bedrock-json-schemas/source/resource/particles/1.8.0/particle.json
2021-07-02 13:05:57 +02:00

39 lines
1.3 KiB
JSON

{
"$id": "blockception.minecraft.resource.particle.1.8.0",
"type": "object",
"additionalProperties": false,
"description": "A particle definition file",
"title": "Particle 1.8.0",
"properties": {
"format_version": {
"type": "string",
"const": "1.8.0",
"description": "A version that tells minecraft what type of data format can be expected when reading this file.",
"title": "Format Version"
},
"particle_effect": {
"type": "object",
"additionalProperties": false,
"properties": {
"description": {
"additionalProperties": false,
"type": "object",
"properties": {
"identifier": {
"type": "string",
"description": "UNDOCUMENTED: identifier",
"title": "Identifier",
"$ref": "../../../general/particle/identifier.json"
}
},
"description": "UNDOCUMENTED: description",
"title": "Description"
},
"components": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTED: components", "title": "Components" }
},
"description": "UNDOCUMENTED: particle effect",
"title": "Particle Effect"
}
}
}