upd8
This commit is contained in:
parent
36ec3ef3ee
commit
afe6904207
1342 changed files with 331973 additions and 2 deletions
60
config/betterstrongholds/forge-1_20/armorstands.json
Normal file
60
config/betterstrongholds/forge-1_20/armorstands.json
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"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": {
|
||||
"leather_chestplate": 0.1,
|
||||
"iron_chestplate": 0.3,
|
||||
"chainmail_chestplate": 0.3
|
||||
},
|
||||
"defaultItem": "air"
|
||||
},
|
||||
"rareChestplates": {
|
||||
"entries": {
|
||||
"diamond_chestplate": 0.3
|
||||
},
|
||||
"defaultItem": "air"
|
||||
},
|
||||
"commonLeggings": {
|
||||
"entries": {
|
||||
"chainmail_leggings": 0.3,
|
||||
"leather_leggings": 0.1,
|
||||
"iron_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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue