summaryrefslogtreecommitdiff
path: root/technic/crafts.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic/crafts.lua')
-rw-r--r--technic/crafts.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/technic/crafts.lua b/technic/crafts.lua
index 8a8cd37..4859768 100644
--- a/technic/crafts.lua
+++ b/technic/crafts.lua
@@ -191,3 +191,14 @@ minetest.register_craft({
},
})
+minetest.register_craft({
+ output = "default:dirt 2",
+ type = "shapeless",
+ replacements = {{"bucket:bucket_water","bucket:bucket_empty"}},
+ recipe = {
+ "technic:stone_dust",
+ "group:leaves",
+ "bucket:bucket_water",
+ "group:sand",
+ },
+})