aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/yellow_bed_from_white_bed.json
blob: ca14e46e61a7403d3c32a249d4063ddf67a770b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "type": "minecraft:crafting_shapeless",
  "group": "dyed_bed",
  "ingredients": [
    {
      "item": "minecraft:white_bed"
    },
    {
      "item": "minecraft:yellow_dye"
    }
  ],
  "result": {
    "item": "minecraft:yellow_bed"
  }
}