Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble figuring out how to compile with APIs #273

Open
crabdancing opened this issue Jul 14, 2018 · 1 comment
Open

Trouble figuring out how to compile with APIs #273

crabdancing opened this issue Jul 14, 2018 · 1 comment
Assignees
Labels

Comments

@crabdancing
Copy link

Applies as of commit 6170212:

I was excited to try the new code, however I can't seem to compile this, due to problems with the APIs. I tried a number of things -- moving directories around, adding them as submodules by hand, and the --recurse-submodules flag. Currently I have everything under src/main/java, which currently contains baubles, Galacticraft-API, gravestone, nightkosh named exactly as shown. Here's the build error log.

I've also tried having the APIs under the 'api' directory, per what git automatically did when I used '--recurse-submodules'. It also failed. It's acting like it's not finding any of the library files.

Sorry if this is obvious to someone who's dealt with gradle and modding a lot, but I'm new here. What's happening?

@NightKosh NightKosh self-assigned this Nov 20, 2018
@NightKosh
Copy link
Owner

Hello. I'm sorry for waiting again.
I made a lot of changes recently so all other mod's API not required anymore. The only thing you should do to get my API - just run in console:

git submodule init
git submodule update

gradle setupDecompWorkspace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants