Changes
Page history
Update fillChest
authored
Oct 10, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
skills/mechanics/fillChest.md
View page @
e51edac4
...
@@ -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 | i
tem, 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 | |
...
...
...
...