2020-11-01 17:22:42 +01:00
|
|
|
{
|
|
|
|
|
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_lifetime_looping",
|
|
|
|
|
"type": "object",
|
2021-03-21 15:18:38 +01:00
|
|
|
"title": "Emitter Lifetime Looping Component For 1.10.0",
|
2020-11-01 17:22:42 +01:00
|
|
|
"additionalProperties": false,
|
|
|
|
|
"properties": {
|
|
|
|
|
"active_time": {
|
2021-06-05 21:54:49 +02:00
|
|
|
"$ref": "../../../../molang/number.json",
|
2020-11-01 17:22:42 +01:00
|
|
|
"description": "Emitter will emit particles for this time per loop evaluated once per particle emitter loop",
|
|
|
|
|
"title": "Active Time"
|
|
|
|
|
},
|
|
|
|
|
"sleep_time": {
|
2021-06-05 21:54:49 +02:00
|
|
|
"$ref": "../../../../molang/number.json",
|
2020-11-01 17:22:42 +01:00
|
|
|
"description": "Emitter will pause emitting particles for this time per loop evaluated once per particle emitter loop",
|
|
|
|
|
"title": "Sleep Time"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"description": "TODO description: "
|
|
|
|
|
}
|