Skip to content

Commit 129cc76

Browse files
authored
Remove color from item-mods attributes (#290)
Signed-off-by: zzuf <11651753+zzufx@users.noreply.github.com>
1 parent 2adeb1f commit 129cc76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/modules/gear/item-mods.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ While these are the same attributes as used in item kits, the modify element doe
8282
| `name` | The item's display name that appears when it is selected. | <span className="badge badge--primary">String</span> |
8383
| `lore` | Custom text that appears when a player hovers over the item in the inventory. | <span className="badge badge--primary">String</span> |
8484
| `unbreakable` | Specify if this item is unbreakable and hides the durability bar in Minecraft. | <span className="badge badge--primary">true/false</span> | false |
85-
| `color` | Leather armor color as a hexadecimal color. `RRGGBB`<br />*Only applies to leather armor items.* | <span className="badge badge--primary">Hex Color</span> |
8685
| `potion` | Potion type.<br />*Only applies to potion items.* | [Potion ID](https://minecraft.wiki/w/Potion#Data_values) |
8786
| `show-enchantments` | Show enchantments in the item tooltip. | <span className="badge badge--primary">true/false</span> | true |
8887
| `show-attributes` | Show attribute modifiers in the item tooltip. | <span className="badge badge--primary">true/false</span> | true |

0 commit comments

Comments
 (0)