In the scripts folder of the mod in the EasyDevControls.Lua I made the following changes:
if superStrengthEnabled then
currentPlayer.superStrengthPickupMassBackup = 1000 -- compatibility
currentPlayer.superStrengthPickupDistanceBackup = 3 -- compatibility
currentPlayer.maxPickableMass = 10000000
Player.MAX_PICKABLE_OBJECT_MASS = 10000000
Player.MAX_PICKABLE_OBJECT_DISTANCE = 15
infoText = "easyDevControls_superStrengthOnInfo"
I dont remember what the values were before.