41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_shape_entity_aabb",
|
|
"type": "object",
|
|
"title": "Emitter Shape Entity Aabb 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"
|
|
}
|
|
},
|
|
"description": "UNDOCUMENTATED: "
|
|
}
|