forked from mtcontrib/pipeworks
change the decorative grating recipe to something more unique, fixes #58
This commit is contained in:
parent
df4d0a08d0
commit
d6d513d0f8
|
@ -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" }
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user