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

18 lines
732 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_initial_speed",
"title": "Particle Initial Speed Component For 1.10.0",
2021-06-16 16:19:12 +02:00
"description": "UNDOCUMENTED",
2021-07-01 11:35:53 +02:00
"$comment": "UNDOCUMENTED",
2021-06-06 10:07:19 +00:00
"anyOf": [
{ "$ref": "../../../../molang/number.json" },
{
"type": "array",
2021-06-09 10:24:10 +02:00
"items": [
2021-07-01 16:37:41 +02:00
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
2021-06-09 10:24:10 +02:00
]
2021-06-06 10:07:19 +00:00
}
]
}