From: Tim Date: Fri, 28 Mar 2014 19:57:54 +0000 (+0100) Subject: change the decorative grating recipe to something more unique, fixes #58 X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=d6d513d0f89d40d821c321e4bc3333c4e5730bc3;p=zefram%2Fminetest%2Fpipeworks.git change the decorative grating recipe to something more unique, fixes #58 --- 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" } }, })