diff --git a/source/behavior/blocks/format/minecraft.block.json b/source/behavior/blocks/format/minecraft.block.json index 3f484821..69fa6c75 100644 --- a/source/behavior/blocks/format/minecraft.block.json +++ b/source/behavior/blocks/format/minecraft.block.json @@ -205,6 +205,12 @@ "itemGroup.name.wool", "itemGroup.name.woolCarpet" ] + }, + "is_hidden_in_commands": { + "title": "Is Hidden In Commands", + "$comment": "UNDOCUMENTED", + "description": "If true, this item will not be shown in the /give command autocomplete list.", + "type": "boolean" } } },