2021-06-06 10:07:19 +00:00
|
|
|
{
|
|
|
|
|
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_kill_plane",
|
|
|
|
|
"type": "array",
|
|
|
|
|
"title": "Particle Kill Plane Component For 1.10.0",
|
2021-06-09 10:24:10 +02:00
|
|
|
"description": "A*x + B*y + C*z + D = 0\nwith the parameters being [ A, B, C, D ]",
|
|
|
|
|
"items": [
|
2021-07-01 16:37:41 +02:00
|
|
|
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "A" },
|
|
|
|
|
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "B" },
|
|
|
|
|
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "C" },
|
|
|
|
|
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "D" }
|
2021-06-09 10:24:10 +02:00
|
|
|
]
|
2021-06-06 10:07:19 +00:00
|
|
|
}
|