Files
minecraft-bedrock-json-schemas/source/behavior/blocks/format/components/display_name.json

8 lines
281 B
JSON
Raw Normal View History

2021-08-22 00:15:58 +02:00
{
2022-06-07 21:39:02 +02:00
"$id": "blockception.minecraft.behavior.blocks.minecraft.display_name",
2021-08-22 00:15:58 +02:00
"additionalProperties": false,
"type": "string",
2022-06-07 21:39:02 +02:00
"title": "Display Name",
2021-09-21 23:02:34 +02:00
"description": "Specifies the language file key that maps to what text will be displayed when you hover over the block."
2021-08-22 00:15:58 +02:00
}