30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_shape_point",
|
|
"type": "object",
|
|
"title": "Emitter Shape Point Component For 1.10.0",
|
|
"description": "UNDOCUMENTATED: ",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"direction": {
|
|
"type": "array",
|
|
"items": [
|
|
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
|
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
|
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
|
],
|
|
"description": "UNDOCUMENTATED: direction",
|
|
"title": "Direction"
|
|
},
|
|
"offset": {
|
|
"type": "array",
|
|
"items": [
|
|
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "X" },
|
|
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Y" },
|
|
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "Z" }
|
|
],
|
|
"description": "UNDOCUMENTATED",
|
|
"title": "Offset"
|
|
}
|
|
}
|
|
}
|