aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/sticky_piston.json
diff options
context:
space:
mode:
Diffstat (limited to 'minecrafttrivia/mcdata/recipes/sticky_piston.json')
-rw-r--r--minecrafttrivia/mcdata/recipes/sticky_piston.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/minecrafttrivia/mcdata/recipes/sticky_piston.json b/minecrafttrivia/mcdata/recipes/sticky_piston.json
new file mode 100644
index 0000000..b153e16
--- /dev/null
+++ b/minecrafttrivia/mcdata/recipes/sticky_piston.json
@@ -0,0 +1,18 @@
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "S",
+ "P"
+ ],
+ "key": {
+ "P": {
+ "item": "minecraft:piston"
+ },
+ "S": {
+ "item": "minecraft:slime_ball"
+ }
+ },
+ "result": {
+ "item": "minecraft:sticky_piston"
+ }
+} \ No newline at end of file