35 lines
1.2 KiB
JSON
35 lines
1.2 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"
|
|
}
|