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