Animated Java logo Animated Java

Block Displays

Block Displays render a vanilla Minecraft block in the world. They can be animated just like Groups.

Block Display example

Element Options

  • Displayed Block

    The block state string of the block to display. Written in the same format as the /setblock command.

    Examples:

    • minecraft:stone
    • minecraft:redstone_lamp[lit=true]
    • minecraft:oak_stairs[facing=north,half=bottom,shape=straight]
    A lit redstone lamp

    The block state is validated against the Minecraft block registry for the selected target version. Invalid blocks are highlighted with a warning in the viewport.

    An invalid blockstate

Entity Creation

A Block Display always creates a minecraft:block_display entity when exported.

Display Entity Config

Right-click on a Block Display node in the outliner and select Display Entity Config to open its configuration.

See Configs / Display Entity.