I'll paste here the part of the code that GPS changed to make a new research for smashing fruits to seeds. Just in case you will wont to take a look.
local seed_effects = {
{ type = "unlock-recipe", recipe = "som_yumako-seed-processing" },
{ type = "unlock-recipe", recipe = "som_jellynut-seed-processing" },
}
data:extend({
{
type = "technology",
name = "som-seed-processing",
icon = "SeedsOrMash/graphics/technology/seed-processing.png",
icon_size = 128,
-- let him demand both fruit technologies
prerequisites = { "yumako", "jellynut" },
unit = {
count = 50,
ingredients = {
{ "automation-science-pack", 1 },
{ "logistic-science-pack", 1 },
},
time = 30
},
effects = seed_effects,
order = "d-a-d", -- find preferable order
}
})