---
title: Multiblock Display
---
**`modopedia:multiblock`**

---

## Description
Renders a rotating view of a **[multiblock](../books/multiblocks)** on the page.

## Screenshot
<Asset location="modopedia:page_components/multiblock" width={580} height={364} />

---

## JSON Schema
<Callout variant="warning">
    Must have either **`multiblock_id` or `multiblock`**, if both are present the ID will be prioritised.
</Callout>

| ID            | Type             | Required | Default | Description                                                                  |
|---------------|------------------|----------|---------|------------------------------------------------------------------------------|
| multiblock_id | ResourceLocation | *        | -       | ID of the multiblock to be rendered.                                         |
| multiblock    | Multiblock       | *        | -       | Multiblock to be rendered. See **[here](../books/multiblocks)** for details. |
| width         | Integer          | &cross;  | 100     | Width of the viewing window.                                                 |
| height        | Integer          | &cross;  | 100     | Height of the viewing window.                                                |
| offset_x      | Float            | &cross;  | 0       | X viewing offset of the multiblock.                                          |
| offset_y      | Float            | &cross;  | 0       | Y viewing offset of the multiblock.                                          |
| scale         | Float            | &cross;  | 0       | Scale of the multiblock.                                                     |
| no_offsets    | Boolean          | &cross;  | false   | If true, blocks with an offset function (like flowers) will not be offset.   |
| view_angle    | Float            | &cross;  | 30      | X axis angle the multiblock will be viewed at. Default is isometric.         |
| previewable   | Boolean          | &cross;  | false   | If true, the multiblock component will have an in-world preview button       |