Files
minecraft-bedrock-json-schemas/source/resource/particles/1.10.0/components/minecraft.particle_initial_speed.json

17 lines
522 B
JSON
Raw Normal View History

2020-11-01 17:22:42 +01:00
{
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_initial_speed",
2021-03-21 15:18:38 +01:00
"title": "Particle Initial Speed Component For 1.10.0",
2020-11-01 17:22:42 +01:00
"additionalProperties": false,
"anyOf": [
{ "$ref": "../../../../molang/1.8.0/number.json" },
{
"type": "array",
2021-03-21 15:18:38 +01:00
"items": { "$ref": "../../../../molang/1.8.0/number.json", "description": "TODO description", "title": "TODO Title" },
2020-11-01 17:22:42 +01:00
"minItems": 3,
"maxItems": 3,
"description": "TODO description",
2021-03-21 15:18:38 +01:00
"title": "TODO Title"
2020-11-01 17:22:42 +01:00
}
]
}