update item templates informations to include multi templates authored by Lxlp's avatar Lxlp
...@@ -312,10 +312,12 @@ flowchart TD ...@@ -312,10 +312,12 @@ flowchart TD
## ##
## Item Templates ## Item Templates
[Items](/Items/Items#template) can use Templating like mobs while referencing other items. One small issue: only one template can be used at a time, so [Multi Templates](#multi-templates) cannot be used on them! [Items](/Items/Items#template) can use Templating like mobs while referencing other items!
```yaml ```yaml
MyItem: MyItem:
Template: MyOtherItem Template: MyOtherItem
``` ```
```yaml
But you can still get a good amount of utility out of them via [Chained Templates](#chained-templates) MyOtherItem:
\ No newline at end of file Template: YetAnotherItem, AndAnotherOne
```
\ No newline at end of file