Jump to content

Creating a library mod along with my main mod


NovaViper

Recommended Posts

I never tried to put them inside my resources directory.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

I don't?

 

Seriously, inside Eclipse, I don't worry about it.

Edited by Draco18s

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

Compiled things work just fine.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

I just thought of idea that would (theoretically) work better for me. I was doing some searching and saw that it is possible to make Multiproject workspaces with Minecraft Forge and Eclipse. The reason why I thought of this way because I want to separate the Github repos for each of these projects (TerrakonCraft goes in the TerrakonCraft repo, and EclipseCore goes into the EclipseCore repo) and I go push each changes to these projects to their respective repos. With this also, it would make simply compiling these mods.

 

I do however, have one question about this method, is it possible to pull classes from these mods? (I.e. import a registry class from EclipseCore in order to register an entity to TerrakonCraft)

Main Developer and Owner of Zero Quest

Visit the Wiki for more information

If I helped anyone, please give me a applaud and a thank you!

Link to comment
Share on other sites

49 minutes ago, NovaViper said:

I just thought of idea that would (theoretically) work better for me. I was doing some searching and saw that it is possible to make Multiproject workspaces with Minecraft Forge and Eclipse. The reason why I thought of this way because I want to separate the Github repos for each of these projects (TerrakonCraft goes in the TerrakonCraft repo, and EclipseCore goes into the EclipseCore repo) and I go push each changes to these projects to their respective repos. With this also, it would make simply compiling these mods.

Ah, yes, you can do it that way too.

I did things the way I did things because it worked for me. I wanted to treat my codebase as "one mod" as they were all related to each other, but distribute as separate mods, so people could pick and choose.

49 minutes ago, NovaViper said:

I do however, have one question about this method, is it possible to pull classes from these mods? (I.e. import a registry class from EclipseCore in order to register an entity to TerrakonCraft)

You should be able to, but I don't know how.

  • Like 1

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

Hm.. I watched the end of @LexManos's video and he did say it is possible to have both mods running at the same time (and have them compile seperately) but he would show it in another tutorial.. which hasn't been made unfortunately. He also said that when doing so, you have to tell gradle that ModA (TerrakonCraft) depends on ModB(EclipseCore)...now how would I be able to do that is the question now.

Main Developer and Owner of Zero Quest

Visit the Wiki for more information

If I helped anyone, please give me a applaud and a thank you!

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.