AdityaGupta1 / mobycraft

A Minecraft client-side mod to manage and visualize Docker containers in Minecraft
Apache License 2.0
35 stars 7 forks source link

Base directory structure to be simplified #78

Open arun-gupta opened 8 years ago

arun-gupta commented 8 years ago

@aspyker might be able to help with this

aspyker commented 8 years ago

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.