summaryrefslogtreecommitdiff
path: root/crafts.lua
diff options
context:
space:
mode:
Diffstat (limited to 'crafts.lua')
-rw-r--r--crafts.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/crafts.lua b/crafts.lua
index da31a8e..97e9595 100644
--- a/crafts.lua
+++ b/crafts.lua
@@ -59,7 +59,7 @@ minetest.register_craft( {
output = "pipeworks:grating 2",
recipe = {
{ "default:steel_ingot", "", "default:steel_ingot" },
- { "", "default:steel_ingot", "" },
+ { "", "pipeworks:pipe_1_empty", "" },
{ "default:steel_ingot", "", "default:steel_ingot" }
},
})