add recipe for crossing tube

This commit is contained in:
Vanessa Ezekowitz 2014-01-10 13:20:01 -05:00
parent 937a8a5732
commit 876c172a54
1 changed files with 12 additions and 1 deletions

View File

@ -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",