summaryrefslogtreecommitdiff
path: root/src/main/resources/data/eris_alchemy/recipes/alchemical_chest.json
blob: 7c97900416c76a5ce21856f0e968d353da78f1ac (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
29
30
31
32
33
34
{
  "type": "crafting_shaped",
  "pattern": [
    "123",
    "SDS",
    "ICI"
  ],
  "key": {
    "1": {
      "item": "eris_alchemy:low_covalence_dust"
    },
    "2": {
      "item": "eris_alchemy:medium_covalence_dust"
    },
    "3": {
      "item": "eris_alchemy:high_covalence_dust"
    },
    "S": {
      "item": "minecraft:stone"
    },
    "D": {
      "item": "minecraft:diamond"
    },
    "I": {
      "item": "minecraft:iron_ingot"
    },
    "C": {
      "item": "minecraft:chest"
    }
  },
  "result": {
    "item": "eris_alchemy:alchemical_chest"
  }
}