Updated
This commit is contained in:
@@ -2,32 +2,28 @@
|
||||
"$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": {
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"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": {
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "UNDOCUMENTATED: offset",
|
||||
"title": "Offset"
|
||||
},
|
||||
"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": "TODO Title"
|
||||
"title": "Offset"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user