1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-01 00:01:22 +00:00
Files
2025-09-09 10:02:11 -07:00

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"
}