aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/crimson_hyphae.json
blob: 5fb2cbe9729c295455dba916b9e5480dcde47337 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "type": "minecraft:crafting_shaped",
  "group": "bark",
  "pattern": [
    "##",
    "##"
  ],
  "key": {
    "#": {
      "item": "minecraft:crimson_stem"
    }
  },
  "result": {
    "item": "minecraft:crimson_hyphae",
    "count": 3
  }
}