aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/redstone.json
blob: 9fea268f68baa9f25a23de1a49f2c10fbaedd741 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "type": "minecraft:crafting_shapeless",
  "ingredients": [
    {
      "item": "minecraft:redstone_block"
    }
  ],
  "result": {
    "item": "minecraft:redstone",
    "count": 9
  }
}