Files
minecraft-bedrock-json-schemas/source/resource/particles/1.8.0/particle.json

39 lines
1.2 KiB
JSON
Raw Normal View History

2020-11-01 17:22:42 +01:00
{
"$id": "blockception.minecraft.resource.particle.1.8.0",
"type": "object",
"additionalProperties": false,
2021-05-26 01:23:51 +02:00
"description": "A particle definition file",
"title": "Particle 1.8.0",
2020-11-01 17:22:42 +01:00
"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": {
2021-05-18 23:32:44 +02:00
"identifier": {
"type": "string",
"description": "TODO description: identifier",
"title": "Identifier",
"$ref": "../../../general/particle/identifier.json"
}
2020-11-01 17:22:42 +01:00
},
"description": "TODO description: description",
"title": "Description"
},
2021-03-21 15:18:38 +01:00
"components": { "additionalProperties": false, "type": "object", "description": "TODO description: components", "title": "Components" }
2020-11-01 17:22:42 +01:00
},
"description": "TODO description: particle effect",
"title": "Particle Effect"
}
2021-05-26 01:23:51 +02:00
}
2020-11-01 17:22:42 +01:00
}