mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-21 20:46:28 +00:00
17 lines
559 B
JSON
17 lines
559 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "2942400907",
|
|
"title": "minecraft:display_name v1.20.50",
|
|
"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"
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "DisplayName v1.20.50"
|
|
}
|
|
} |