Files
minecraft-bedrock-json-schemas/source/resource/particles/components/particle_lifetime_expression.json

20 lines
772 B
JSON
Raw Normal View History

2021-11-16 13:40:11 +01:00
{
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_lifetime_expression",
"type": "object",
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED:.",
2021-11-16 13:40:11 +01:00
"title": "Particle Lifetime Expression Component For 1.10.0",
"additionalProperties": false,
"properties": {
"expiration_expression": {
"title": "Expiration Expression",
2022-07-22 19:41:04 +02:00
"description": "This expression makes the particle expire when true (non-zero), The float/expr is evaluated once per particle, evaluated every frame.",
2021-11-16 13:40:11 +01:00
"$ref": "../../../molang/number.json"
},
"max_lifetime": {
"$ref": "../../../molang/number.json",
2022-07-22 19:41:04 +02:00
"description": "Alternate way to express lifetime, particle will expire after this much time, evaluated once.",
2021-11-16 13:40:11 +01:00
"title": "Maximum Lifetime"
}
}
}