Block Collisions
Block collisions define the physical shape for touch and movement response. These models are separate from render geometry.
Block collisions live under: namespace:collisions/block
Top-level fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
elements | object[] | yes | N/D | List of axis-aligned boxes that form the model |
Element object
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
min | number[3] | yes | N/D | AABB start in 1/16ths of a block |
max | number[3] | yes | N/D | AABB end in 1/16ths of a block |