Skip to content

Block Show Board v1.0

Overview

For showing blocks, there are two types:

Simple Type

The Image of The Simple Block Show Board

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 theIn Hand Rotationproperty of the block.
  • Scale Size:Decided by theIn Hand Scaleproperty 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 & EndFunctionDescription
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 & EndFunctionDescription
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 & EndFunctionDescription
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.
When this is 1, if other parameters change, a new floating block will be displayed with the new parameters, and the old ones will be retained until this changes to 0, or exit the world.

30 ~ 32

Empty

No effect.

Left Input

Bit Width UsedFunctionDescription
32

Color

Paint color on the floating block, in ABGR color mode.

Back Input

Bit Width UsedFunctionDescription
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 chanelBlue chanelGreen chanelRed chanel. You can use the tool below to convert.

🛠️ Voltage Color Converter
Voltage:
HEX
A
B
G
R