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/itemframes.json | |
asd
Diffstat (limited to 'config/betterdeserttemples/fabric-1_20/itemframes.json')
| -rw-r--r-- | config/betterdeserttemples/fabric-1_20/itemframes.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/config/betterdeserttemples/fabric-1_20/itemframes.json b/config/betterdeserttemples/fabric-1_20/itemframes.json new file mode 100644 index 0000000..3b53472 --- /dev/null +++ b/config/betterdeserttemples/fabric-1_20/itemframes.json @@ -0,0 +1,31 @@ +{ + "armouryItems": { + "entries": { + "arrow": 0.05, + "golden_sword": 0.1, + "bow": 0.1, + "stone_axe": 0.05, + "shield": 0.1, + "name_tag": 0.05, + "stone_sword": 0.05, + "golden_axe": 0.1 + }, + "defaultItem": "air" + }, + "storageItems": { + "entries": { + "bread": 0.2, + "melon_seeds": 0.025, + "beetroot_seeds": 0.025, + "rabbit_foot": 0.01, + "slime_ball": 0.05, + "wheat_seeds": 0.025, + "potato": 0.2, + "pumpkin_seeds": 0.025, + "honey_bottle": 0.1, + "cake": 0.1, + "cookie": 0.1 + }, + "defaultItem": "air" + } +}
\ No newline at end of file |
