added FireResistant option authored by Lxlp's avatar Lxlp
...@@ -79,6 +79,13 @@ MODELED_ITEM: ...@@ -79,6 +79,13 @@ MODELED_ITEM:
ItemModel: SomeModel ItemModel: SomeModel
``` ```
#### FireResistant
Whether the item is resistant to fire, as netherite is.
Defaults to `false`.
```yaml
Options:
FireResistant: true
```
# Playerheads # Playerheads
Only applicable to playerhead type items Only applicable to playerhead type items
... ...
......