Files
minecraft-bedrock-json-schemas/resource/particles/1.8.0/particle.json
2020-11-01 17:22:42 +01:00

45 lines
1.3 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.resource.particle.1.8.0",
"type": "object",
"additionalProperties": false,
"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": "TODO description: identifier",
"title": "Identifier",
"$ref": "../../../general/particle/identifier.json"
}
},
"description": "TODO description: description",
"title": "Description"
},
"components": {
"additionalProperties": false,
"type": "object",
"description": "TODO description: components",
"title": "Components"
}
},
"description": "TODO description: particle effect",
"title": "Particle Effect"
}
},
"description": "TODO description: ",
"title": "TODO title"
}