change the decorative grating recipe to something more unique, fixes #58
authorTim <idn.inbox@yahoo.com>
Fri, 28 Mar 2014 19:57:54 +0000 (20:57 +0100)
committerTim <idn.inbox@yahoo.com>
Fri, 28 Mar 2014 19:57:54 +0000 (20:57 +0100)
crafts.lua

index da31a8e87a21ccd7a7f1dc79998b920c795eb908..97e9595534e0597d8a5350990b78cf7b14900b7c 100644 (file)
@@ -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" }
         },
 })