Table of Contents

minecraft:dyeable

The minecraft:dyeable item component allows this item to dyed using items with the minecraft:dye item component. This item component is usually combined with minecraft:tinted. Note that adding your item to the #minecraft:dyeable item tag is not necessary, as it checks for the presence of this item component instead.

Fields

Name Description Type Default Value
default_color The default color to display if the item stack has no minecraft:dyed_color item stack component. An integer

Example

{
  "default_color": -6265536
}