Update Options authored by queenofants's avatar queenofants
...@@ -47,8 +47,9 @@ Defaults to `false`. ...@@ -47,8 +47,9 @@ Defaults to `false`.
``` ```
#### HideFlags #### HideFlags
**Note: this feature does not exist >=1.20.5!**
Hides all the item flags, making things like enchants not visible in the item's lore (please note however that the item will still have an enchanted glow). Hides all the item flags, making things like enchants not visible in the item's lore (please note however that the item will still have an enchanted glow).
Defaults to `false`. Defaults to `false`.
```yaml ```yaml
Options: Options:
HideFlags: true HideFlags: true
...@@ -63,7 +64,7 @@ Defaults to `false`. ...@@ -63,7 +64,7 @@ Defaults to `false`.
``` ```
#### StackSize #### StackSize
Sets the maximum stack size of the item in the inventory. Sets the maximum stack size of the item in the inventory. Does not work when used alongside attributes.
```yaml ```yaml
Options: Options:
StackSize: 16 StackSize: 16
... ...
......