đ§Š Composite
Overviewâ
Renders multiple child models layered on top of each other in the same space. Rendered from last to first â earlier entries appear on top.
items:
demo:gem:
material: diamond
model:
type: minecraft:composite
models:
- type: minecraft:model
path: minecraft:item/custom/gem_glow # Top layer
- type: minecraft:model
path: minecraft:item/custom/gem_base # Bottom layer
Fieldsâ
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
type | string | Yes | â | minecraft:composite |
models | list | Yes | â | List of child item models to render in order |
transformation | object | No | â | Display transform overlay, composed with child transforms (26.1+) |