Files

15 lines
418 B
JSON
Raw Permalink Normal View History

2021-11-16 13:40:11 +01:00
{
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_rate_manual",
"type": "object",
"title": "Emitter Rate Manual Component For 1.10.0",
"additionalProperties": false,
"properties": {
"max_particles": {
"$ref": "../../../molang/number.json",
2022-07-22 19:41:04 +02:00
"description": "Evaluated once per particle emitted.",
2021-11-16 13:40:11 +01:00
"title": "Maximum Particles"
}
},
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED."
2021-11-16 13:40:11 +01:00
}