From d6d513d0f89d40d821c321e4bc3333c4e5730bc3 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 28 Mar 2014 20:57:54 +0100 Subject: change the decorative grating recipe to something more unique, fixes #58 --- crafts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crafts.lua') 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" } }, }) -- cgit v1.2.3