Custom Tiers
Data Structure
{
"name": "[text component]", // See Text Component Format
"index": [any integer] // Used to check which tier comes after which
// many tiers with the same index can exist
// but only one of the same index can be on a single badge
// (if a badge contains multiple tiers with the same index, the badge won't load)
}Example
{
"name": {
"translate": "tier.cobblebadges.poke",
"color": "#cd3028"
},
"index": 1
}Last updated