forked from mtcontrib/pipeworks
add craft recipe for straight-only pipe
This commit is contained in:
parent
59d9e0b97d
commit
8db1f02bca
|
@ -9,6 +9,13 @@ minetest.register_craft( {
|
|||
},
|
||||
})
|
||||
|
||||
minetest.register_craft( {
|
||||
output = "pipeworks:straight_pipe_empty 3",
|
||||
recipe = {
|
||||
{ "pipeworks:pipe_1_empty", "pipeworks:pipe_1_empty", "pipeworks:pipe_1_empty" },
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft( {
|
||||
output = "pipeworks:spigot 3",
|
||||
recipe = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user