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

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