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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...