* Starting on blocks * Updated collision box * Updated block components * Fixed block/rotation * Making orbi responsible for dependencies * Updating blocks * trigger -> triggers
7 lines
460 B
JSON
7 lines
460 B
JSON
{
|
|
"$id": "blockception.minecraft.behavior.blocks.minecraft.display_name",
|
|
"title": "Display Name",
|
|
"description": "Specifies the language file key that maps to what text will be displayed when you hover over the block in your inventory and hotbar. If the string given can not be resolved as a loc string, the raw string given will be displayed. If this component is omitted, the name of the block will be used as the display name.",
|
|
"type": "string"
|
|
}
|