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"],
|
|
|
|
|
"properties": { "value": { "type": "string", "title": "Value", "description": "Set the display name for an item." } }
|
|
|
|
|
}
|