aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/fishing_rod.json
diff options
context:
space:
mode:
Diffstat (limited to 'minecrafttrivia/mcdata/recipes/fishing_rod.json')
-rw-r--r--minecrafttrivia/mcdata/recipes/fishing_rod.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/minecrafttrivia/mcdata/recipes/fishing_rod.json b/minecrafttrivia/mcdata/recipes/fishing_rod.json
new file mode 100644
index 0000000..d79d9ac
--- /dev/null
+++ b/minecrafttrivia/mcdata/recipes/fishing_rod.json
@@ -0,0 +1,19 @@
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ " #",
+ " #X",
+ "# X"
+ ],
+ "key": {
+ "#": {
+ "item": "minecraft:stick"
+ },
+ "X": {
+ "item": "minecraft:string"
+ }
+ },
+ "result": {
+ "item": "minecraft:fishing_rod"
+ }
+} \ No newline at end of file