|
|
|
@ -4,9 +4,9 @@ pipeworks.register_tube("pipeworks:tube", "Pneumatic tube segment") |
|
|
|
|
minetest.register_craft( { |
|
|
|
|
output = "pipeworks:tube_1 6", |
|
|
|
|
recipe = { |
|
|
|
|
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" }, |
|
|
|
|
{ "basic_materials:plastic_sheet", "basic_materials:plastic_sheet", "basic_materials:plastic_sheet" }, |
|
|
|
|
{ "", "", "" }, |
|
|
|
|
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" } |
|
|
|
|
{ "basic_materials:plastic_sheet", "basic_materials:plastic_sheet", "basic_materials:plastic_sheet" } |
|
|
|
|
}, |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
@ -82,9 +82,9 @@ if pipeworks.enable_priority_tube then |
|
|
|
|
minetest.register_craft( { |
|
|
|
|
output = "pipeworks:priority_tube_1 6", |
|
|
|
|
recipe = { |
|
|
|
|
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" }, |
|
|
|
|
{ "basic_materials:plastic_sheet", "basic_materials:plastic_sheet", "basic_materials:plastic_sheet" }, |
|
|
|
|
{ "default:gold_ingot", "", "default:gold_ingot" }, |
|
|
|
|
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" } |
|
|
|
|
{ "basic_materials:plastic_sheet", "basic_materials:plastic_sheet", "basic_materials:plastic_sheet" } |
|
|
|
|
}, |
|
|
|
|
}) |
|
|
|
|
end |
|
|
|
@ -107,9 +107,9 @@ if pipeworks.enable_accelerator_tube then |
|
|
|
|
minetest.register_craft( { |
|
|
|
|
output = "pipeworks:accelerator_tube_1 2", |
|
|
|
|
recipe = { |
|
|
|
|
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" }, |
|
|
|
|
{ "basic_materials:plastic_sheet", "basic_materials:plastic_sheet", "basic_materials:plastic_sheet" }, |
|
|
|
|
{ "default:mese_crystal_fragment", "default:steel_ingot", "default:mese_crystal_fragment" }, |
|
|
|
|
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" } |
|
|
|
|
{ "basic_materials:plastic_sheet", "basic_materials:plastic_sheet", "basic_materials:plastic_sheet" } |
|
|
|
|
}, |
|
|
|
|
}) |
|
|
|
|
end |
|
|
|
@ -166,9 +166,9 @@ if pipeworks.enable_one_way_tube then |
|
|
|
|
minetest.register_craft({ |
|
|
|
|
output = "pipeworks:one_way_tube 2", |
|
|
|
|
recipe = { |
|
|
|
|
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" }, |
|
|
|
|
{ "group:stick", "default:mese_crystal", "homedecor:plastic_sheeting" }, |
|
|
|
|
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" } |
|
|
|
|
{ "basic_materials:plastic_sheet", "basic_materials:plastic_sheet", "basic_materials:plastic_sheet" }, |
|
|
|
|
{ "group:stick", "default:mese_crystal", "basic_materials:plastic_sheet" }, |
|
|
|
|
{ "basic_materials:plastic_sheet", "basic_materials:plastic_sheet", "basic_materials:plastic_sheet" } |
|
|
|
|
}, |
|
|
|
|
}) |
|
|
|
|
end |
|
|
|
|