1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-21 20:46:28 +00:00
bedrock-samples/metadata/json_schemas/Rarity v1.21.30.json
Mike Ammerlaan 1440438305 v1.21.30.3
2024-09-17 09:13:33 -07:00

24 lines
864 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "3375297728",
"title": "minecraft:rarity v1.21.30",
"description": "Specifies the base rarity and subsequently color of the item name when the player hovers the cursor over the item.",
"oneOf": [
{
"type": "string"
},
{
"type": "object",
"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"
}
}
}
],
"$metaProperties": {
"CEREAL_DOCUMENTATION_TAG": false,
"CEREAL_JSON_SCHEMA": "Rarity v1.21.30"
}
}