summaryrefslogtreecommitdiff
path: root/src/main/resources/data/eris_alchemy/recipes/high_covalence_dust.json
blob: e4e142d274bb61c7c942944c3eeb763dbfd449a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "type": "minecraft:crafting_shapeless",
  "ingredients": [{
    "item": "minecraft:diamond"
  }, {
    "item": "minecraft:coal"
  }],
  "result": {
    "item": "eris_alchemy:high_covalence_dust",
    "count": 40
  }
}