when used with the mod Noxys_Robot_Battery_Tweak it causes an error when loading the game:
Error ModManager.cpp:1558: Failed to load mod "Noxys_Robot_Battery_Tweak": Noxys_Robot_Battery_Tweak/data-final-fixes.lua:9: attempt to perform arithmetic on a string value "750KJ"
A case sensitive string in basic-robots_0.1.1/data.lua at line 50 and line 91 is causing the problem, instead of "750KJ" it should be "750kJ".
After fixing this in my local copy everything runs smooth.