Jump to content

[1.7.2] Genral Questions about external mods.


hitech95

Recommended Posts

I stopped again. Then I ask you the following questions:

1) How can I add a mod to the 'test environment' (Client and server Run)? I tried to add the ic2 and bc in the folder

eclipse/mods

but they don't load.

 

2) How can I add a mod API without dropping the jar into

libs

?

2-a) How do I include the API in the jar? (I know it is not recommended, it is only for understanding)

 

3) How can I make a second project as a dependency of the first?

 

4) Does anyone have a good documentation on the Universal Electricity?

 

If you find it necessary that I should better read up please leave the links to the guides. Unfortunately, after some research I found nothing.

 

Thanks, hitech.

Link to comment
Share on other sites

1) You'll need deobfuscated (or "dev") versions of the mods you want to include. Or install CodeChickenCore as well, it should deobfuscate mods at runtime.

2) Put the sourcecode (unpacked) into src/api/java.

2a) You don't. Don't even think about it.

3) This is a wide field. If you want just a dependency to a local jar file, see here: http://stackoverflow.com/questions/20700053/how-to-add-local-jar-file-dependency-to-build-gradle-file

If you want to get more fancy (maven repositories, etc.) ask again.

 

I can't help you with 4, I have never used UE.

 

1) Ok, but where I have to put? I have tried the ic2-x.y.x-experimental-dev.jar but it don't run. Return an error. Is caused by the worg folder?

 

2a)And if the API is always required, for example a zip manager?

 

About the 4, I'm trying to use the github src of UE, because the "jar version" is for 1.6.4

Link to comment
Share on other sites

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.