summaryrefslogtreecommitdiff
path: root/src/main/resources/data/eris_alchemy/recipes/medium_covalence_repair.json
blob: a7c70ad868a5e431f264ad9e5fb4ba98ec4dba65 (plain) (blame)
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
{
  "type": "eris_alchemy:covalence_repair",
  "dust": {
    "item": "eris_alchemy:medium_covalence_dust"
  },
  "materials": [{
    "tag": "c:iron_ingots"
  }, {
    "tag": "c:gold_ingots"
  }, {
    "tag": "c:bronze_ingots"
  }, {
    "tag": "c:rubies"
  }, {
    "tag": "c:sapphires"
  }, {
    "tag": "c:green_sapphires"
  }, {
    "item": "minecraft:phantom_membrane"
  }],
  "tools": [{
    "item": "minecraft:flint_and_steel"
  }, {
    "item": "minecraft:shears"
  }, {
    "item": "minecraft:trident"
  }]
}