diff options
| author | Felix Perktold <> | 2026-07-23 20:26:04 +0000 |
|---|---|---|
| committer | Felix Perktold <> | 2026-07-23 20:26:04 +0000 |
| commit | e1feb22144d2821c577cb0a281f77c54306f437c (patch) | |
| tree | c88aa93100893508ba9d60d2db55730f5a711616 /config/betterdeserttemples/fabric-1_20/armorstands.json | |
asd
Diffstat (limited to 'config/betterdeserttemples/fabric-1_20/armorstands.json')
| -rw-r--r-- | config/betterdeserttemples/fabric-1_20/armorstands.json | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/config/betterdeserttemples/fabric-1_20/armorstands.json b/config/betterdeserttemples/fabric-1_20/armorstands.json new file mode 100644 index 0000000..fd33497 --- /dev/null +++ b/config/betterdeserttemples/fabric-1_20/armorstands.json @@ -0,0 +1,58 @@ +{ + "armoryHelmets": { + "entries": { + "chainmail_helmet": 0.3, + "golden_helmet": 0.2 + }, + "defaultItem": "air" + }, + "wardrobeHelmets": { + "entries": { + "chainmail_helmet": 0.2, + "leather_helmet": 0.4 + }, + "defaultItem": "air" + }, + "armoryChestplates": { + "entries": { + "chainmail_chestplate": 0.3, + "golden_chestplate": 0.2 + }, + "defaultItem": "air" + }, + "wardrobeChestplates": { + "entries": { + "chainmail_chestplate": 0.2, + "leather_chestplate": 0.4 + }, + "defaultItem": "air" + }, + "armoryLeggings": { + "entries": { + "chainmail_leggings": 0.3, + "golden_leggings": 0.2 + }, + "defaultItem": "air" + }, + "wardrobeLeggings": { + "entries": { + "chainmail_leggings": 0.2, + "leather_leggings": 0.4 + }, + "defaultItem": "air" + }, + "armoryBoots": { + "entries": { + "chainmail_boots": 0.3, + "golden_boots": 0.2 + }, + "defaultItem": "air" + }, + "wardrobeBoots": { + "entries": { + "chainmail_boots": 0.2, + "leather_boots": 0.4 + }, + "defaultItem": "air" + } +}
\ No newline at end of file |
