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