diff options
| author | Tim <idn.inbox@yahoo.com> | 2014-03-28 20:57:54 +0100 | 
|---|---|---|
| committer | Tim <idn.inbox@yahoo.com> | 2014-03-28 20:57:54 +0100 | 
| commit | d6d513d0f89d40d821c321e4bc3333c4e5730bc3 (patch) | |
| tree | 0ee529514c7d225c391cc284732c7ff4d10fdd7f | |
| parent | df4d0a08d0fe5e625a469a9bb383e88742ebef75 (diff) | |
change the decorative grating recipe to something more unique, fixes #58
| -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" }          },  }) | 
