diff options
Diffstat (limited to 'minecrafttrivia/mcdata/recipes/gray_bed.json')
-rw-r--r-- | minecrafttrivia/mcdata/recipes/gray_bed.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/minecrafttrivia/mcdata/recipes/gray_bed.json b/minecrafttrivia/mcdata/recipes/gray_bed.json new file mode 100644 index 0000000..4941f32 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/gray_bed.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:gray_wool" + }, + "X": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "minecraft:gray_bed" + } +}
\ No newline at end of file |