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