1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-09-30 17:02:50 +00:00
Files
2025-09-09 10:02:11 -07:00

21 lines
677 B
JSON

{
"$id": "3375297728",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Specifies the base rarity and subsequently color of the item name when the player hovers the cursor over the item.",
"oneOf": [
{
"type": "string"
},
{
"properties": {
"value": {
"description": "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.",
"type": "string"
}
},
"type": "object"
}
],
"title": "minecraft:rarity",
"x-format-version": "1.21.30"
}