The Star Wars Mod (SP SMP) by JavaBuckets
Thom
Thom
MagikModder
PaperTazer
Javabuckets Nack
Thom
Javabuckets Nack
Feel free to speed up development and create pull requests. Here's a guide on how to setup your workspace.
First, make a fork of this repository. When you've done that, you can clone that reposity. Depending on your installation settings, you either have to run the command in the git Bash, or the CMD/Terminal.
git clone https://github.com/<Your Username>/Star-Wars---SP-SMP
When that's done, go into the newly created directory starwars
and run in the console if you're on Windows:
gradlew.bat setupDecompWorkspace
Or this when you're on any other operating system (Like Mac OS X and Ubuntu):
./gradlew setupDecompWorkspace
Then for Eclipse:
gradlew.bat eclipse
or for IntelliJ IDEA:
gradlew.bat idea
Now open the workspace and voilà, you can start contributing!