auto: Formatted json files
This commit is contained in:
@@ -1,38 +1,38 @@
|
||||
{
|
||||
"$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": "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"
|
||||
}
|
||||
}
|
||||
}
|
||||
{
|
||||
"$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": "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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user