Files
minecraft-bedrock-json-schemas/source/resource/particles/1.10.0/components/minecraft.emitter_shape_box.json
2021-06-05 21:54:49 +02:00

45 lines
1.5 KiB
JSON

{
"$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": {
"description": "TODO description: direction",
"title": "Direction",
"default": "outwards",
"anyOf": [
{ "type": "string", "enum": ["inwards", "outwards"] },
{ "type": "array", "minItems": 3, "maxItems": 3, "items": { "$ref": "../../../../molang/number.json" } }
]
},
"radius": { "$ref": "../../../../molang/number.json", "description": "TODO description: radius", "title": "Radius" },
"offset": {
"type": "array",
"items": {
"minItems": 3,
"maxItems": 3,
"$ref": "../../../../molang/number.json",
"description": "TODO description: offset",
"title": "Offset"
},
"description": "TODO description",
"title": "TODO Title"
},
"half_dimensions": {
"type": "array",
"items": {
"minItems": 3,
"maxItems": 3,
"$ref": "../../../../molang/number.json",
"description": "TODO description: half dimensions",
"title": "Half Dimensions"
},
"description": "TODO description: half dimensions",
"title": "Half Dimensions"
},
"surface_only": { "type": "boolean", "description": "TODO description: surface only", "title": "Surface Only" }
},
"description": "TODO description: "
}