modopedia:large_framed_multiblock
and modopedia:medium_framed_multiblock
Description
A Multiblock Display with a Medium or Large frame. This template is placed so that the multiblock is at (0, 0), and the frame is automatically spaced to fit that.
Screenshots
JSON Schema
Heads up!
Changing width
will not scale the size of the frame widgets, it will only change the size of the multiblock itself. If you want a different sized frame, you'll have to make one yourself.
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, 50 | Width of the images on the page. |
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. |