Defines the area of the block that collides with entities. If set to true, default values are used. If set to false, the block's collision with entities is disabled. If this component is omitted, default values are used.
| Parameter Name | Type | Comment |
|---|---|---|
| origin | vec3 | Minimal position of the bounds of the collision box. |
| size | vec3 | Size of each side of the collision box. |
| Parameter Name | Type | Comment |