Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1010 Bytes

File metadata and controls

23 lines (16 loc) · 1010 Bytes
author ms.author title description ms.service
iconicNurdle
mikeam
Block Documentation - minecraft:display_name
A reference document detailing the 'display_name' block component
minecraft-bedrock-edition

Block Documentation - minecraft:display_name

minecraft:display_name is a String component that 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.

Default Value of the Component

This component is specified as a Localization String. If this component is omitted, the default value for this component is the name of the block.

Example

"minecraft:display_name": "customBlock"

Click here for a list of existing vanilla block names.