Updated
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"activation_expression": {
|
||||
"$ref": "../../../../molang/1.8.0/number.json",
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "When the expression is non-zero, the emitter will emit particles. Evaluated every frame",
|
||||
"title": "Activation Expression"
|
||||
},
|
||||
"expiration_expression": {
|
||||
"$ref": "../../../../molang/1.8.0/number.json",
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "Emitter will expire if the expression is non-zero. Evaluated every frame",
|
||||
"title": "Expiration Expression"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user