Unknown error occurred
Posted: Sat Nov 04, 2017 8:50 am
i dont know what went wrong,but the message said to report it to the devs. 
i might know
Something there?

i might know
Code: Select all
require("prototypes.settings")
roboportamount = tonumber("settings.startup[roboport-amount].value")
data:extend({
{
type = "recipe",
name = "robotdeployerrecipe",
enabled = not "settings.startup[requires-research].value",
ingredients =
{
{"roboport",roboportamount},
},
result = "robot-deployer"
}
})