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