MoLang -> Molang

This commit is contained in:
DaanV2
2021-10-21 16:15:49 +02:00
parent ad8c00a011
commit b9cfdfda7b
2 changed files with 2 additions and 2 deletions

View File

@@ -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,

View File

@@ -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": {