Edit

Share via


Block Components Documentation - minecraft:display_name

Specifies the language file key that maps to what text will be displayed when you hover over the block in your inventory and hotbar. If the string given can not be resolved as a loc string, the raw string given will be displayed. If this component is omitted, the name of the block will be used as the display name.

Alternate Simple Representations

This item can also be represented as a String.

Samples

Block White Sand

"minecraft:display_name": "White Sand"

Luckyblock

"minecraft:display_name": "Lucky Block"