Jump to content

[1.7.10] Setting up workspace + APIS's


inuyasha555

Recommended Posts

So far what I've done is:

 

1. Download Forge 1.7.10 src and clone the mod (https://github.com/MachineMuse/MachineMusePowersuits/tree/1.7.10-Java) I want to edit inside it.

2. Ran "gradlew setupDevWorkspace" and "gradlew eclipse"

3. Start downloading any required APIs. JAR files being put inside the libs folder and added to the build path and anything with just folders (like https://github.com/ForestryMC/ForestryAPI) get put into src/api/java before rebuilding the workspace.

 

Modular Powersuits however also requires Numina (https://github.com/MachineMuse/Numina/tree/1.7.10-Java) which follows the same format at the Modular Powersuits repo. This leads me to believe I should drag it into the forge src folder as well but won't that mean it'll get compiled into the same JAR file later? They should be 2 separate ones so I don't think that's right.

 

Questions:

1. Where should the Numina files be placed? (I almost certainly don't need to edit them)

2. Am I installing the API's right?

 

EDIT: So I found this and setup a multi project workspace: https://www.youtube.com/watch?v=xp2jmt47yTQ

 

There never was a video made on dependencies so how can I tell it that Powersuits relies on Numina so the imports resolve and where should the API's be place now since I have multiple projects?

 

Edited by inuyasha555
Link to comment
Share on other sites

  • Guest locked this topic
Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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