Block Show Board v1.0
Overview
For showing blocks, there are two types:
Simple Type

Input the value of the block you want to display, and a floating 3D block will be displayed in front of the Simple Block Show Board. The other parameters:
- Rotation:Decided by the facing direction of the Block Show Board and the
In Hand Rotation
property of the block. - Scale Size:Decided by the
In Hand Scale
property of the block. - Brightness:Decided by the environment brightness.
- Color:No change.
The final input is generated by performing a bitwise OR operation between the inputs from all ports.
💡 Tip
You can get block value through Block Value Plate, Terrain Raycast Detector etc.
Complex Type
You can control all parameters of the floating block. The Details are below.
Ports Definition
Top Input
Start & End | Function | Description |
---|---|---|
1 ~ 16 | Scale Size | For each 1 increase of this, the scale size of the floating block increases by 1/8 times, with a maximum of 8191.875 times. |
17 ~ 32 | Y Offset | For each 1 increase of this, the position of the floating block moves up by 1/8 block. If the highest bit of this is 1, moving down instead. |
Right Input
Start & End | Function | Description |
---|---|---|
1 ~ 16 | X Offset | For each 1 increase of this, the position of the floating block moves north by 1/8 block. If the highest bit of this is 1, moving south instead. |
17 ~ 32 | Z Offset | For each 1 increase of this, the position of the floating block moves east by 1/8 block. If the highest bit of this is 1, moving west instead. |
Bottom Input
Start & End | Function | Description |
---|---|---|
1 ~ 8 | Yaw | Set the yaw angle of the floating text, in degree. |
9 ~ 16 | Pitch | Set the pitch angle of the floating text, in degree. |
17 ~ 24 | Roll | Set the roll angle of the floating text, in degree. |
25 | Yaw Sign | If this is 1, the yaw angle will be negative. |
26 | Pitch Sign | If this is 1, the pitch angle will be negative. |
27 | Roll Sign | If this is 1, the roll angle will be negative. |
28 | Empty | No effect. |
29 | Whether Retaining | When this is 0, if other parameters change, the floating block will be changed immediately. |
30 ~ 32 | Empty | No effect. |
Left Input
Bit Width Used | Function | Description |
---|---|---|
32 | Color | Paint color on the floating block, in ABGR color mode. |
Back Input
Bit Width Used | Function | Description |
---|---|---|
32 | Block Value | Set the value of the block you want to display. |
💡 Tip
The offset ranges of each direction are all ±4095.875.
📝 ABGR Color Mode
From high to low bits,every 8 bits represents the color's Alpha chanel、Blue chanel、Green chanel、Red chanel. You can use the tool below to convert.