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

Base directory structure to be simplified #78

Open
arun-gupta opened this issue May 16, 2016 · 1 comment
Open

Base directory structure to be simplified #78

arun-gupta opened this issue May 16, 2016 · 1 comment

Comments

@arun-gupta
Copy link
Collaborator

@aspyker might be able to help with this

@aspyker
Copy link
Contributor

aspyker commented May 30, 2016

So, I tried to simplify this by doing the following:

  1. unzip forge-1.8.9-11.15.1.1722-mdk.zip
  2. ./gradlew setupDecompWorkspace eclipse
  3. git clone https://github.com/AdityaGupta1/mobycraft.git
  4. mv src src.org
  5. ln -s mobycraft/src/src src
  6. cp mobycraft/src/build.gradle .
  7. ./gradlew clean runClient

This worked and the moby mod was loaded.

For now, this is what I plan to do to keep me from having to copy back and forth between my ./src/main/java and src/src/main/java.

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

No branches or pull requests

2 participants