MoLang -> Molang
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_initialization",
|
||||
"description": "This component allows the emitter to run some Molang at creation, primarily to populate any MoLang variables that get used later.",
|
||||
"description": "This component allows the emitter to run some Molang at creation, primarily to populate any Molang variables that get used later.",
|
||||
"type": "object",
|
||||
"title": "Emitter Initialization Component For 1.10.0",
|
||||
"additionalProperties": false,
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
},
|
||||
"curves": {
|
||||
"title": "Curves",
|
||||
"description": "Curves are interpolation values, with inputs from 0 to 1, and outputs based on the curve. The result of the curve is a MoLang variable of the same name that can be referenced in MoLang in components. For each rendering frame for each particle, the curves are evaluated and the result is placed in a MoLang variable of the name of the curve.",
|
||||
"description": "Curves are interpolation values, with inputs from 0 to 1, and outputs based on the curve. The result of the curve is a Molang variable of the same name that can be referenced in Molang in components. For each rendering frame for each particle, the curves are evaluated and the result is placed in a Molang variable of the name of the curve.",
|
||||
"type": "object",
|
||||
"propertyNames": { "pattern": "^(v|variable)\\.[a-zA-z0-9]+$" },
|
||||
"additionalProperties": {
|
||||
|
||||
Reference in New Issue
Block a user