|
Mechanic: Fill Chest
|
|
|
|
===================
|
|
===================
|
|
|
|
|
|
Fills a chest with a list of items, or a [droptable](Items/Drops#drop-tables)
|
|
Fills a chest with a list of items, or a [droptable](Items/Drops#drop-tables)
|
... | @@ -19,11 +18,12 @@ Examples |
... | @@ -19,11 +18,12 @@ Examples |
|
--------
|
|
--------
|
|
|
|
|
|
Example of filling a chest with specific items.
|
|
Example of filling a chest with specific items.
|
|
|
|
```yaml
|
|
Skills:
|
|
Skills:
|
|
- fillchest{i=diamond_sword,diamond} @Location{x=#;y=#;z=#} ~onDeath
|
|
- fillchest{i=diamond_sword,diamond} @Location{x=#;y=#;z=#} ~onDeath
|
|
|
|
```
|
|
Example of filling a chest with a droptable.
|
|
Example of filling a chest with a droptable.
|
|
|
|
```yaml
|
|
Skills:
|
|
Skills:
|
|
- fillchest{i=SkeletonKingDrops} @Location{x=#;y=#;z=#} ~onSpawn |
|
- fillchest{i=SkeletonKingDrops} @Location{x=#;y=#;z=#} ~onSpawn
|
|
\ No newline at end of file |
|
``` |
|
|
|
\ No newline at end of file |