From 9fba6ca184589e9fd27f93c65a13fde75f2e9ee3 Mon Sep 17 00:00:00 2001 From: Daan Verstraten Date: Fri, 8 Mar 2024 15:32:00 +0100 Subject: [PATCH] Adding more detailed description on block property --- source/behavior/blocks/format/minecraft.block.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/blocks/format/minecraft.block.json b/source/behavior/blocks/format/minecraft.block.json index 7a564805..09641f3f 100644 --- a/source/behavior/blocks/format/minecraft.block.json +++ b/source/behavior/blocks/format/minecraft.block.json @@ -225,7 +225,7 @@ "type": "object", "additionalProperties": { "title": "State", - "description": "A block property.", + "description": "A block property. The name should be specified as `:`", "oneOf": [ { "type": "array",