mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-07-04 23:04:43 +00:00
15 lines
502 B
JSON
15 lines
502 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "2942400907",
|
|
"x-format-version": "1.20.50",
|
|
"x-minecraft-version": "1.21.90-beta.3",
|
|
"title": "minecraft:display_name",
|
|
"description": "The display_name item component specifies the text shown whenever an item's name is displayed, like in hover text.",
|
|
"type": "object",
|
|
"properties": {
|
|
"value": {
|
|
"description": "Name shown for an item.",
|
|
"type": "string"
|
|
}
|
|
}
|
|
} |