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

48 lines
2.1 KiB
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_shape_box",
"type": "object",
"title": "Emitter Shape Box Component For 1.10.0",
"additionalProperties": false,
"properties": {
"direction": {
"anyOf": [
{ "type": "string", "enum": ["inwards", "outwards"] },
2021-06-09 11:12:18 +02:00
{
"type": "array",
"items": [
{ "$ref": "../../../../molang/number.json", "title": "X" },
{ "$ref": "../../../../molang/number.json", "title": "Y" },
{ "$ref": "../../../../molang/number.json", "title": "Z" }
]
}
],
"description": "UNDOCUMENTATED: direction",
"title": "Direction"
2021-06-06 10:07:19 +00:00
},
"radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: radius", "title": "Radius" },
2021-06-06 10:07:19 +00:00
"offset": {
"type": "array",
2021-06-09 11:12:18 +02:00
"items": [
2021-07-01 11:35:53 +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
},
"half_dimensions": {
"type": "array",
2021-06-09 11:12:18 +02:00
"items": [
2021-07-01 11:35:53 +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
],
"description": "UNDOCUMENTATED: half dimensions",
2021-06-06 10:07:19 +00:00
"title": "Half Dimensions"
},
"surface_only": { "type": "boolean", "description": "UNDOCUMENTATED: surface only", "title": "Surface Only" }
2021-06-06 10:07:19 +00:00
},
"description": "UNDOCUMENTATED: "
2021-06-06 10:07:19 +00:00
}