This commit is contained in:
DaanV2
2022-02-01 17:54:02 +01:00
parent 393a832b83
commit 5a3b8a8e7d
29 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_motion_parametric",
"type": "object",
"title": "Particle Motion Parametric Component For 1.10.0",
"additionalProperties": false,
"properties": {
"relative_position": {
"type": "array",
"minItems": 3,
"maxItems": 3,
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: relative position", "title": "Relative Position" },
"description": "UNDOCUMENTED: relative position",
"title": "Relative Position"
},
"rotation": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: rotation", "title": "Rotation" },
"direction": {
"type": "array",
"minItems": 3,
"maxItems": 3,
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: relative position", "title": "Direction" },
"description": "UNDOCUMENTED: relative position",
"title": "Direction"
}
},
"description": "UNDOCUMENTED"
}