Files
minecraft-bedrock-json-schemas/source/resource/particles/1.10.0/components/minecraft.emitter_shape_sphere.json
2021-06-09 10:24:10 +02:00

43 lines
1.4 KiB
JSON

{
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_shape_sphere",
"type": "object",
"title": "Emitter Shape Sphere Component For 1.10.0",
"additionalProperties": false,
"properties": {
"direction": {
"anyOf": [
{ "type": "string", "enum": ["inwards", "outwards"], "description": "UNDOCUMENTATED", "title": "Todo" },
{
"type": "array",
"items": {
"minItems": 3,
"maxItems": 3,
"$ref": "../../../../molang/number.json",
"description": "UNDOCUMENTATED",
"title": "Todo"
},
"description": "UNDOCUMENTATED",
"title": "Todo"
}
],
"description": "UNDOCUMENTATED: direction",
"title": "Direction"
},
"offset": {
"type": "array",
"items": {
"minItems": 3,
"maxItems": 3,
"$ref": "../../../../molang/number.json",
"description": "UNDOCUMENTATED: offset",
"title": "Offset"
},
"description": "UNDOCUMENTATED",
"title": "TODO Title"
},
"radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: radius", "title": "Radius" },
"surface_only": { "type": "boolean", "description": "UNDOCUMENTATED: surface only", "title": "Surface Only" }
},
"description": "UNDOCUMENTATED: "
}