User Tools

Site Tools


items:item_components:tinted

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
items:item_components:tinted [2024/04/19 13:27] – removed - external edit (Unknown date) 127.0.0.1items:item_components:tinted [2024/04/26 20:32] (current) – ↷ Links adapted because of a move operation errorcraft
Line 1: Line 1:
 +====== minecraft:tinted ======
 +The ''minecraft:tinted'' item component allows this item to have varying colors based on its tint index in a [[mc>Model|model]].
  
 +
 +===== Fields =====
 +^  Name  ^  Description  ^  Type  ^  Default Value  ^
 +| ''tint'' | Determines the colors on the item. | An [[items:item_colors:start|item color]] | |
 +
 +
 +===== Example =====
 +<code javascript>
 +{
 +  "tint": {
 +    "type": "minecraft:dyeable"
 +  }
 +}
 +</code>