2021-06-06 10:07:19 +00:00
|
|
|
{
|
|
|
|
|
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_motion_parametric",
|
|
|
|
|
"type": "object",
|
|
|
|
|
"title": "Particle Motion Parametric Component For 1.10.0",
|
|
|
|
|
"additionalProperties": false,
|
|
|
|
|
"properties": {
|
|
|
|
|
"relative_position": {
|
|
|
|
|
"type": "array",
|
|
|
|
|
"minItems": 3,
|
|
|
|
|
"maxItems": 3,
|
2021-06-09 09:40:37 +02:00
|
|
|
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: relative position", "title": "Relative Position" },
|
|
|
|
|
"description": "UNDOCUMENTATED: relative position",
|
2021-06-06 10:07:19 +00:00
|
|
|
"title": "Relative Position"
|
|
|
|
|
},
|
2021-06-09 09:40:37 +02:00
|
|
|
"rotation": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: rotation", "title": "Rotation" }
|
2021-06-06 10:07:19 +00:00
|
|
|
},
|
2021-06-09 09:40:37 +02:00
|
|
|
"description": "UNDOCUMENTATED: "
|
2021-06-06 10:07:19 +00:00
|
|
|
}
|