This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/betterdeserttemples/forge-1_19/itemframes.json
2023-11-02 12:32:44 -05:00

31 lines
614 B
JSON

{
"armouryItems": {
"entries": {
"shield": 0.1,
"name_tag": 0.05,
"stone_sword": 0.05,
"golden_sword": 0.1,
"stone_axe": 0.05,
"golden_axe": 0.1,
"bow": 0.1,
"arrow": 0.05
},
"defaultItem": "air"
},
"storageItems": {
"entries": {
"cake": 0.1,
"beetroot_seeds": 0.025,
"cookie": 0.1,
"melon_seeds": 0.025,
"potato": 0.2,
"slime_ball": 0.05,
"rabbit_foot": 0.01,
"honey_bottle": 0.1,
"wheat_seeds": 0.025,
"bread": 0.2,
"pumpkin_seeds": 0.025
},
"defaultItem": "air"
}
}