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