1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-07-04 23:04:43 +00:00
Files
Mike Ammerlaan d2c831e602 v1.21.90.3
2025-06-18 05:19:56 -07:00

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