20 lines
650 B
JSON
20 lines
650 B
JSON
{
|
|
"$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/1.8.0/number.json",
|
|
"description": "TODO description: per update expression",
|
|
"title": "Per Update Expression"
|
|
},
|
|
"per_render_expression": {
|
|
"$ref": "../../../../molang/1.8.0/number.json",
|
|
"description": "TODO description: per render expression",
|
|
"title": "Per Render Expression"
|
|
}
|
|
},
|
|
"description": "TODO description: "
|
|
}
|