diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_initialization.json b/source/resource/particles/1.10.0/components/minecraft.emitter_initialization.json index ec0d5a1d..7370d103 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_initialization.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_initialization.json @@ -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, diff --git a/source/resource/particles/1.10.0/particle.json b/source/resource/particles/1.10.0/particle.json index 3d6320fb..5c537412 100644 --- a/source/resource/particles/1.10.0/particle.json +++ b/source/resource/particles/1.10.0/particle.json @@ -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": {