diff options
| -rw-r--r-- | crafts.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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" }          },  }) | 
