2022-06-07 20:42:18 +02:00
|
|
|
{
|
2022-07-20 21:25:32 +02:00
|
|
|
"$id": "blockception.minecraft.behavior.items.minecraft:display_name",
|
2022-06-07 20:42:18 +02:00
|
|
|
"title": "Display Name",
|
|
|
|
|
"description": "Display Name item component. Display Names display the name of an item.",
|
|
|
|
|
"type": "object",
|
|
|
|
|
"additionalProperties": false,
|
|
|
|
|
"required": ["value"],
|
2023-08-17 11:04:39 -07:00
|
|
|
"properties": { "value": { "type": "string", "title": "Value", "description": "Set the display name for an item." } },
|
|
|
|
|
"examples": [
|
|
|
|
|
{ "value": "secret_weapon"}
|
|
|
|
|
]
|
2022-06-07 20:42:18 +02:00
|
|
|
}
|