change the decorative grating recipe to something more unique, fixes #58

This commit is contained in:
Tim 2014-03-28 20:57:54 +01:00
parent df4d0a08d0
commit d6d513d0f8
1 changed files with 1 additions and 1 deletions

View 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" }
},
})