Files
minecraft-bedrock-json-schemas/source/resource/particles/components/minecraft.particle_initialization.json
2021-11-16 13:42:54 +01:00

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