diff options
Diffstat (limited to 'minecrafttrivia/mcdata/recipes/cyan_carpet.json')
-rw-r--r-- | minecrafttrivia/mcdata/recipes/cyan_carpet.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/minecrafttrivia/mcdata/recipes/cyan_carpet.json b/minecrafttrivia/mcdata/recipes/cyan_carpet.json new file mode 100644 index 0000000..83c49eb --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cyan_carpet.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:cyan_wool" + } + }, + "result": { + "item": "minecraft:cyan_carpet", + "count": 3 + } +}
\ No newline at end of file |