This is the GitHub repo for the No Auto Jump Minecraft mod, where the source code is stored.
Pull requests are welcome if you would like to add features / help with bug fixes.
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/NoAutoJump.git
- SSH:
git clone git@github.com:JackyyTV/NoAutoJump.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.