You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
1.1 KiB
JSON

{
"commonHelmets": {
"entries": {
"carved_pumpkin": 0.01,
"leather_helmet": 0.1,
"iron_helmet": 0.3,
"chainmail_helmet": 0.3
},
"defaultItem": "air"
},
"rareHelmets": {
"entries": {
"carved_pumpkin": 0.2,
"diamond_helmet": 0.3
},
"defaultItem": "air"
},
"commonChestplates": {
"entries": {
"chainmail_chestplate": 0.3,
"iron_chestplate": 0.3,
"leather_chestplate": 0.1
},
"defaultItem": "air"
},
"rareChestplates": {
"entries": {
"diamond_chestplate": 0.3
},
"defaultItem": "air"
},
"commonLeggings": {
"entries": {
"chainmail_leggings": 0.3,
"iron_leggings": 0.3,
"leather_leggings": 0.1
},
"defaultItem": "air"
},
"rareLeggings": {
"entries": {
"diamond_leggings": 0.3
},
"defaultItem": "air"
},
"commonBoots": {
"entries": {
"leather_boots": 0.1,
"chainmail_boots": 0.3,
"iron_boots": 0.3
},
"defaultItem": "air"
},
"rareBoots": {
"entries": {
"diamond_boots": 0.3
},
"defaultItem": "air"
}
}