moved Consumable from Options to Items authored by Lxlp's avatar Lxlp
......@@ -62,17 +62,6 @@ Defaults to `false`.
PreventStacking: true
```
#### Consumable
Allows item to be eaten. Includes customisable animations and sounds.
```yaml
Options:
Consumable:
ConsumeSeconds: 3
HasParticles: false
Animation: SPEAR
Sound: item.crossbow.quick_charge_3
```
#### ItemModel
The model that should be applied to the item, which [works like this item component](https://minecraft.wiki/w/Data_component_format#item_model)
```yaml
......
......