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" + } + } }