Edit

Share via


Items Documentation - minecraft:rarity

Specifies the base rarity and subsequently color of the item name when the player hovers the cursor over the item.

Alternate Simple Representations

This item can also be represented as a String.

Rarity Properties

Name Default Value Type Description Example Values
value not set Value choices Sets the base rarity of the item. The rarity of an item automatically increases when enchanted, either to Rare when the base rarity is Common or Uncommon, or Epic when the base rarity is Rare.

Value choices

Value Title Description
common Common
uncommon Uncommon
rare Rare
epic Epic

Samples

"minecraft:rarity": {
  "minecraft:rarity": "rare"
}