summary refs log tree commit diff stats
path: root/src/main/resources/data/chewstuff/recipes/silicone.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/data/chewstuff/recipes/silicone.json')
-rw-r--r--src/main/resources/data/chewstuff/recipes/silicone.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/main/resources/data/chewstuff/recipes/silicone.json b/src/main/resources/data/chewstuff/recipes/silicone.json
new file mode 100644
index 0000000..137e5fd
--- /dev/null
+++ b/src/main/resources/data/chewstuff/recipes/silicone.json
@@ -0,0 +1,14 @@
+{
+    "type": "minecraft:crafting_shapeless",
+    "ingredients": [
+        {
+            "tag": "minecraft:coals"
+        },
+        {
+            "tag": "minecraft:sand"
+        }
+    ],
+    "result": {
+        "item": "chewstuff:silicone"
+    }
+}