I've tried editing the register method's parameters to include an object for my main mod class and then creating an object of the UniversalElectricity class in my main mod class and calling the register method in my pre-init stage. I've also tried putting in an object of my main mod class into the parameters when I'm call the register method but I'm not sure if I'm doing it right.