summaryrefslogtreecommitdiff
path: root/config/betterfortresses/fabric-1_20/itemframes.json
blob: 7e7d2feec99de7d325623f2e1d87e63abbc0014c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
  "weaponItems": {
    "entries": {
      "golden_sword": 0.05,
      "stone_axe": 0.025,
      "shield": 0.025,
      "stone_sword": 0.025,
      "netherite_sword": 0.005,
      "iron_sword": 0.025,
      "golden_axe": 0.05,
      "iron_axe": 0.025
    },
    "defaultItem": "air"
  },
  "lootItems": {
    "entries": {
      "nether_wart": 0.1,
      "gold_ingot": 0.1,
      "gold_nugget": 0.2
    },
    "defaultItem": "air"
  },
  "studyItems": {
    "entries": {
      "paper": 0.1,
      "enchanted_book": 0.1,
      "book": 0.4,
      "writable_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,
      "magma_cream": 0.3,
      "quartz": 0.3
    },
    "defaultItem": "air"
  }
}