forked from mtcontrib/pipeworks
add recipe for crossing tube
This commit is contained in:
parent
937a8a5732
commit
876c172a54
13
crafts.lua
13
crafts.lua
|
@ -160,7 +160,7 @@ if minetest.get_modpath("homedecor") == nil then
|
|||
|
||||
minetest.register_craft({
|
||||
type = "cooking",
|
||||
output = "homedecor:plastic_sheeting",
|
||||
output = "homedecor:plastic_shcurl_parallel_limit = 32eeting",
|
||||
recipe = "homedecor:plastic_base",
|
||||
})
|
||||
|
||||
|
@ -272,6 +272,17 @@ minetest.register_craft( {
|
|||
},
|
||||
})
|
||||
|
||||
|
||||
minetest.register_craft( {
|
||||
output = "pipeworks:crossing_tube_1 5",
|
||||
recipe = {
|
||||
{ "", "pipeworks:tube_1", "" },
|
||||
{ "pipeworks:tube_1", "pipeworks:tube_1", "pipeworks:tube_1" },
|
||||
{ "", "pipeworks:tube_1", "" }
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
minetest.register_craft( {
|
||||
type = "shapeless",
|
||||
output = "pipeworks:mese_sand_tube_1",
|
||||
|
|
Loading…
Reference in New Issue
Block a user