mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-11-08 16:33:58 +01:00
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