modopedia:multiblock
Description
Renders a rotating view of a multiblock on the page.
Screenshot
JSON Schema
Heads up!
Must have either multiblock_id
or multiblock
, if both are present the ID will be prioritised.
ID | Type | Required | Default | Description |
---|---|---|---|---|
multiblock_id | ResourceLocation | * | - | ID of the multiblock to be rendered. |
multiblock | Multiblock | * | - | Multiblock to be rendered. See here for details. |
width | Integer | ✗ | 100 | Width of the viewing window. |
height | Integer | ✗ | 100 | Height of the viewing window. |
offset_x | Float | ✗ | 0 | X viewing offset of the multiblock. |
offset_y | Float | ✗ | 0 | Y viewing offset of the multiblock. |
scale | Float | ✗ | 0 | Scale of the multiblock. |
no_offsets | Boolean | ✗ | false | If true, blocks with an offset function (like flowers) will not be offset. |
view_angle | Float | ✗ | 30 | X axis angle the multiblock will be viewed at. Default is isometric. |