Files
minecraft-bedrock-json-schemas/source/resource/particles/1.10.0/components/minecraft.emitter_rate_instant.json
2021-06-05 21:54:49 +02:00

16 lines
490 B
JSON

{
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_rate_instant",
"type": "object",
"title": "Emitter Rate Instant Component For 1.10.0",
"additionalProperties": false,
"properties": {
"num_particles": {
"$ref": "../../../../molang/number.json",
"description": "This many particles are emitted at once evaluated once per particle emitter loop.",
"title": "Num Particles",
"default": 10
}
},
"description": "TODO description: "
}