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