From 52dd746ee89caf0e12a87c8e042393839878c5bc Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sun, 31 Oct 2021 14:42:02 +0100 Subject: [PATCH] Updated is_stackable --- .../entities/format/components/is_stackable.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/source/behavior/entities/format/components/is_stackable.json b/source/behavior/entities/format/components/is_stackable.json index d6f8f080..d3df6aa5 100644 --- a/source/behavior/entities/format/components/is_stackable.json +++ b/source/behavior/entities/format/components/is_stackable.json @@ -3,5 +3,12 @@ "description": "Sets that this entity can be stacked.", "type": "object", "title": "Is Stackable", - "additionalProperties": false + "additionalProperties": false, + "properties": { + "value": { + "title": "Value", + "description": "UNDOCUMENTATED", + "type": "boolean" + } + } }