The Main Mod That Loads All of UniversalTeam's Mods
This is a core and is required for all UniversalTeam Mods, as with all cores trying to run MC with a mod that requires this core will result in a crash...
- Clone into an empty directory using your git client of choice.
- Open a command line and type the following:
gradlew setupDecompWorkspace idea
orgradlew setupDecompWorkspace eclipse
(This depends on what IDE you are using) - Open the directory in your IDE of choice
- After making code changes you can build with
gradlew build
- The output jar will be in builds/lib