This is the GitHub repo for the Exchangers Minecraft mod, where the source code and issue tracker are in here.
Submit any bug reports / suggestions via issue tracker.
Pull requests are welcome if you would like to add features / help with bug fixes or translations.
If you would like to set up the workspace yourself to submit PRs of features additions or bug fixes, or compile the mod, here's how you do it.
-
Clone the mod.
- HTTPS:
git clone https://github.com/JackyyTV/Exchangers.git
- SSH:
git clone git@github.com:JackyyTV/Exchangers.git
- Or, use the GitHub desktop app to clone the repo via GUI interface.
- HTTPS:
-
Setting up the workspace, simply import the project to the IDE of your choice, then run
gradlew genEclipseRuns
orgradlew genIntellijRuns
depending on the need. -
Either use
gradlew build
to build the jar file (Output is inbuild/libs
), or proceed in the IDE if you are going to modify any codes.