Jump to content

Recommended Posts

Posted

I have two mods, in separate eclipse packages, but when I define the CommonProxy...

public static final CommonProxy proxy;

...but both mods will try to use the first mod's CommonProxy.

 

AnkhMainFile (First mod):

 

  Reveal hidden contents

 

 

RFIDMainFile (Second mod):

 

  Reveal hidden contents

 

 

The RFID Tag mod is constantly trying to use the CommonProxy in the Ankh mod package.

Posted

If you have different packages for your mods you could have example dmillerw.mod1name.commonproxy and dmillerw.mod2name.commonproxy.

As long as you import the correct one for the correct mod and use the correct one inn the @NetworkMod annotation.

  Quote

If you guys dont get it.. then well ya.. try harder...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.