diff options
Diffstat (limited to 'config/betterstrongholds/fabric-1_20/armorstands.json')
| -rw-r--r-- | config/betterstrongholds/fabric-1_20/armorstands.json | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/config/betterstrongholds/fabric-1_20/armorstands.json b/config/betterstrongholds/fabric-1_20/armorstands.json new file mode 100644 index 0000000..b535c3f --- /dev/null +++ b/config/betterstrongholds/fabric-1_20/armorstands.json @@ -0,0 +1,60 @@ +{ + "commonHelmets": { + "entries": { + "chainmail_helmet": 0.3, + "iron_helmet": 0.3, + "carved_pumpkin": 0.01, + "leather_helmet": 0.1 + }, + "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": { + "chainmail_boots": 0.3, + "iron_boots": 0.3, + "leather_boots": 0.1 + }, + "defaultItem": "air" + }, + "rareBoots": { + "entries": { + "diamond_boots": 0.3 + }, + "defaultItem": "air" + } +}
\ No newline at end of file |
