This commit is contained in:
DaanV2
2021-06-05 21:54:49 +02:00
parent 7fa54de89d
commit a0e4135b59
56 changed files with 717 additions and 147 deletions

View File

@@ -5,12 +5,12 @@
"additionalProperties": false,
"properties": {
"max_particles": {
"$ref": "../../../../molang/1.8.0/number.json",
"$ref": "../../../../molang/number.json",
"description": "Maximum number of particles that can be active at once for this emitter, evaluated once per particle emitter loop",
"title": "Max Particles"
},
"spawn_rate": {
"$ref": "../../../../molang/1.8.0/number.json",
"$ref": "../../../../molang/number.json",
"description": "How often a particle is emitted, in particles/sec evaluated once per particle emitted",
"title": "Spawn Rate"
}