Update fillChest authored by Lxlp's avatar Lxlp
...@@ -5,7 +5,7 @@ Fills a chest with a list of items, or a [droptable](/Items/Drops#drop-tables) ...@@ -5,7 +5,7 @@ Fills a chest with a list of items, or a [droptable](/Items/Drops#drop-tables)
## Attributes ## Attributes
| Attribute | Aliases | Description | Default | | Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------| |-----------|-----------|----------------------------------------------------------------------|---------|
| items | i | Items to fill a chest with. Can be a comma-separated list of items, or a DropTable | NONE | | items | item, i | Items to fill a chest with. Can be a comma-separated list of items, or a DropTable | NONE |
| shouldStack | stack | Should the given items stack if possible. true/false | | | shouldStack | stack | Should the given items stack if possible. true/false | |
| shouldempty | empty | Should the container be emptied before the items are added. true/false | | | shouldempty | empty | Should the container be emptied before the items are added. true/false | |
... ...
......