From b67397477e51742ab2f34531d06d4fea6b048501 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Wed, 2 Nov 2022 08:16:09 +0100 Subject: [PATCH] Added is_hidden_in_commands --- source/behavior/blocks/format/minecraft.block.json | 6 ++++++ 1 file changed, 6 insertions(+) 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" } } },