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