... | @@ -29,11 +29,14 @@ example_item: |
... | @@ -29,11 +29,14 @@ example_item: |
|
|
|
|
|
#### Template
|
|
#### Template
|
|
Items can use [Templating](/Mobs/Templates) like mobs, while referencing other items.
|
|
Items can use [Templating](/Mobs/Templates) like mobs, while referencing other items.
|
|
Only one template can be used at a time.
|
|
|
|
```yaml
|
|
```yaml
|
|
MyItem:
|
|
MyItem:
|
|
Template: MyOtherItem
|
|
Template: MyOtherItem
|
|
```
|
|
```
|
|
|
|
```yaml
|
|
|
|
MyOtherItem:
|
|
|
|
Template: YetAnotherItem, AndAnotherOne
|
|
|
|
```
|
|
|
|
|
|
<!--
|
|
<!--
|
|
#### **Data**
|
|
#### **Data**
|
... | | ... | |