45 lines
1.5 KiB
JSON
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: "
|
|
}
|