Added StackSize Option authored by queenofants's avatar queenofants
...@@ -62,6 +62,13 @@ Defaults to `false`. ...@@ -62,6 +62,13 @@ Defaults to `false`.
PreventStacking: true PreventStacking: true
``` ```
#### StackSize
Sets the maximum stack size of the item in the inventory.
```yaml
Options:
StackSize: 16
```
#### ItemModel #### 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) 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 ```yaml
... ...
......