the recipe should be:
data.raw["recipe"]["spidertron-builder"].ingredients = {
{"ai-core", 1},
{"rocket-control-unit", 16},
{"low-density-structure", 150},
{"productivity-module-3", 2},
{"kr-medium-container", 10},
{"construction-robot", 50},
{"radar", 5}
}
if you have kr containers and if not should be:
data.raw["recipe"]["spidertron-builder"].ingredients = {
{"ai-core", 1},
{"rocket-control-unit", 16},
{"low-density-structure", 150},
{"productivity-module-3", 2},
{"steel-chest",10},
{"construction-robot", 50},
{"radar", 5}
}
Indeed it does not have a spidertron as a base but it has an ai-core compared to the others, it's more like you're building this one from scratch compared to the other ones.
The idea is that since it's using DT fuel cells it shouldn't have any portable fusion reactors since it uses fuel (at least that's what i was thinking back then, it was a while ago and i forget really fast).
If you have a better suggestion we don't mind looking at it and maybe we can use the suggestion as a recipe change.