aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/book.json
blob: 1994cdc37f2824f6fc73e23f02f7982b9ed0bc55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "type": "minecraft:crafting_shapeless",
  "ingredients": [
    {
      "item": "minecraft:paper"
    },
    {
      "item": "minecraft:paper"
    },
    {
      "item": "minecraft:paper"
    },
    {
      "item": "minecraft:leather"
    }
  ],
  "result": {
    "item": "minecraft:book"
  }
}