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/betterfortresses/forge-1_19/itemframes.json
2023-11-02 12:32:44 -05:00

48 lines
901 B
JSON

{
"weaponItems": {
"entries": {
"golden_sword": 0.05,
"stone_axe": 0.025,
"netherite_sword": 0.005,
"iron_sword": 0.025,
"stone_sword": 0.025,
"iron_axe": 0.025,
"golden_axe": 0.05,
"shield": 0.025
},
"defaultItem": "air"
},
"lootItems": {
"entries": {
"nether_wart": 0.1,
"gold_ingot": 0.1,
"gold_nugget": 0.2
},
"defaultItem": "air"
},
"studyItems": {
"entries": {
"writable_book": 0.1,
"paper": 0.1,
"book": 0.4,
"enchanted_book": 0.1
},
"defaultItem": "air"
},
"messHallItems": {
"entries": {
"cooked_porkchop": 0.3,
"gold_ingot": 0.2,
"porkchop": 0.3
},
"defaultItem": "air"
},
"alchemyItems": {
"entries": {
"fire_charge": 0.2,
"quartz": 0.3,
"magma_cream": 0.3
},
"defaultItem": "air"
}
}