2021-11-16 13:40:11 +01: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,
|
2022-07-22 19:41:04 +02:00
|
|
|
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: relative position.", "title": "Relative Position" },
|
|
|
|
|
"description": "UNDOCUMENTED: relative position.",
|
2021-11-16 13:40:11 +01:00
|
|
|
"title": "Relative Position"
|
|
|
|
|
},
|
2022-07-22 19:41:04 +02:00
|
|
|
"rotation": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: rotation.", "title": "Rotation" },
|
2022-01-20 13:14:49 +01:00
|
|
|
"direction": {
|
|
|
|
|
"type": "array",
|
|
|
|
|
"minItems": 3,
|
|
|
|
|
"maxItems": 3,
|
2022-07-22 19:41:04 +02:00
|
|
|
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: relative position.", "title": "Direction" },
|
|
|
|
|
"description": "UNDOCUMENTED: relative position.",
|
2022-01-20 13:14:49 +01:00
|
|
|
"title": "Direction"
|
|
|
|
|
}
|
2021-11-16 13:40:11 +01:00
|
|
|
},
|
2022-07-22 19:41:04 +02:00
|
|
|
"description": "UNDOCUMENTED."
|
2021-11-16 13:40:11 +01:00
|
|
|
}
|