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