diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-02-17 13:48:40 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-02-17 13:48:40 +0000 |
| commit | 3c354a0a45f0492cf075816c080c927c1cc656b6 (patch) | |
| tree | 76d1ec2f5ba880ffc01150c0aea60c611ad8b24c /docs/configuration/defining-items.md | |
| parent | 832e99ce535008ffeb1bf2d63cebb21583262035 (diff) | |
Update documentation for release 3.15
Diffstat (limited to 'docs/configuration/defining-items.md')
| -rw-r--r-- | docs/configuration/defining-items.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/configuration/defining-items.md b/docs/configuration/defining-items.md index a32bb689..86218378 100644 --- a/docs/configuration/defining-items.md +++ b/docs/configuration/defining-items.md @@ -305,6 +305,19 @@ item: id: "executableitems_id" #executableitems id ``` +#### ItemsAdder + +**ItemsAdder quest items** are ItemStacks which belong to the +ItemsAdder plugin. + + items/testitem.yml + +``` yaml +type: "itemsadder" +item: + id: "itemsadder" #itemsdadder id +``` + ### Referencing a quest item In most cases where an ItemStack is accepted in Quests, you can simply |
