Jump to content

Recommended Posts

Posted

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.

  • 2 weeks later...
Posted

Are you using eclipse? If so it should give you the list of parameters along with their use. UniversalElectricity.register() is just used to initiate the API's hooks -- pretty much useless if called from a different mod.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...