2021-11-16 13:40:11 +01:00
|
|
|
{
|
|
|
|
|
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_initial_spin",
|
|
|
|
|
"title": "Particle Initial Spin Component For 1.10.0",
|
|
|
|
|
"description": "Starts the particle with a specified orientation and rotation rate.",
|
|
|
|
|
"additionalProperties": false,
|
|
|
|
|
"type": "object",
|
|
|
|
|
"properties": {
|
2022-07-22 19:41:04 +02:00
|
|
|
"rotation": { "$ref": "../../../molang/number.json", "description": "Specifies the initial rotation in degrees.", "title": "Rotation" },
|
2021-11-16 13:40:11 +01:00
|
|
|
"rotation_rate": {
|
|
|
|
|
"$ref": "../../../molang/number.json",
|
2022-07-22 19:41:04 +02:00
|
|
|
"description": "Specifies the spin rate in degrees/second.",
|
2021-11-16 13:40:11 +01:00
|
|
|
"title": "Rotation Rate"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|