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