2021-11-16 13:40:11 +01:00
|
|
|
{
|
|
|
|
|
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_initialization",
|
|
|
|
|
"type": "object",
|
|
|
|
|
"title": "Particle Initialization Component For 1.10.0",
|
|
|
|
|
"additionalProperties": false,
|
|
|
|
|
"properties": {
|
|
|
|
|
"per_update_expression": {
|
|
|
|
|
"$ref": "../../../molang/number.json",
|
2022-07-22 19:41:04 +02:00
|
|
|
"description": "UNDOCUMENTED: per update expression.",
|
2021-11-16 13:40:11 +01:00
|
|
|
"title": "Per Update Expression"
|
|
|
|
|
},
|
|
|
|
|
"per_render_expression": {
|
|
|
|
|
"$ref": "../../../molang/number.json",
|
2022-07-22 19:41:04 +02:00
|
|
|
"description": "UNDOCUMENTED: per render expression.",
|
2021-11-16 13:40:11 +01:00
|
|
|
"title": "Per Render Expression"
|
|
|
|
|
}
|
|
|
|
|
},
|
2022-07-22 19:41:04 +02:00
|
|
|
"description": "UNDOCUMENTED."
|
2021-11-16 13:40:11 +01:00
|
|
|
}
|