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

31 lines
1.3 KiB
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_shape_point",
"type": "object",
"title": "Emitter Shape Point Component For 1.10.0",
2021-07-02 13:05:57 +02:00
"description": "UNDOCUMENTED: ",
2021-06-06 10:07:19 +00:00
"additionalProperties": false,
"properties": {
"direction": {
"type": "array",
2021-06-09 11:12:18 +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 11:12:18 +02:00
],
2021-07-02 13:05:57 +02:00
"description": "UNDOCUMENTED: direction",
2021-06-06 10:07:19 +00:00
"title": "Direction"
},
"offset": {
"type": "array",
2021-06-09 11:12:18 +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 11:12:18 +02:00
],
2021-06-16 16:19:12 +02:00
"description": "UNDOCUMENTED",
2021-07-01 11:35:53 +02:00
"$comment": "UNDOCUMENTED",
2021-06-09 11:12:18 +02:00
"title": "Offset"
2021-06-06 10:07:19 +00:00
}
2021-06-09 11:12:18 +02:00
}
2021-06-06 10:07:19 +00:00
}