summaryrefslogtreecommitdiff
path: root/src/main/resources/data/eris_alchemy/recipes/low_covalence_repair.json
blob: 0951d00f2d2689348e6c96d23af98e83f5c1e7ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "type": "eris_alchemy:covalence_repair",
  "dust": {
    "item": "eris_alchemy:low_covalence_dust"
  },
  "materials": [{
    "tag": "minecraft:planks"
  }, {
    "tag": "minecraft:stone_tool_materials"
  }, {
    "tag": "c:leathers"
  }, {
    "item": "minecraft:scute"
  }],
  "tools": [{
    "item": "minecraft:fishing_rod"
  }, {
    "item": "minecraft:bow"
  }, {
    "item": "minecraft:crossbow"
  }]
}