1
0
Fork 0
mirror of https://github.com/xHyroM/aetheria.git synced 2024-09-20 05:13:20 +02:00
aetheria/packwiz/1.20.1/config/betterstrongholds/forge-1_20/armorstands.json

60 lines
1.1 KiB
JSON
Raw Normal View History

2024-06-14 19:06:44 +02:00
{
"commonHelmets": {
"entries": {
"chainmail_helmet": 0.3,
"leather_helmet": 0.1,
"iron_helmet": 0.3,
"carved_pumpkin": 0.01
},
"defaultItem": "air"
},
"rareHelmets": {
"entries": {
"diamond_helmet": 0.3,
"carved_pumpkin": 0.2
},
"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": {
"iron_leggings": 0.3,
"leather_leggings": 0.1,
"chainmail_leggings": 0.3
},
"defaultItem": "air"
},
"rareLeggings": {
"entries": {
"diamond_leggings": 0.3
},
"defaultItem": "air"
},
"commonBoots": {
"entries": {
"iron_boots": 0.3,
"chainmail_boots": 0.3,
"leather_boots": 0.1
},
"defaultItem": "air"
},
"rareBoots": {
"entries": {
"diamond_boots": 0.3
},
"defaultItem": "air"
}
}