-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
97 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,45 @@ | ||
# NoAutoJump | ||
Simply forces Auto-Jump to be disabled! | ||
[![Downloads](http://cf.way2muchnoise.eu/full_no-auto-jump_downloads.svg)](https://minecraft.curseforge.com/projects/no-auto-jump) [![MCVersion](http://cf.way2muchnoise.eu/versions/no-auto-jump.svg)](https://minecraft.curseforge.com/projects/no-auto-jump) | ||
|
||
[![GitHub issues](https://img.shields.io/github/issues/JackyyTV/NoAutoJump.svg)](https://github.com/JackyyTV/NoAutoJump/issues) [![GitHub pull requests](https://img.shields.io/github/issues-pr/JackyyTV/NoAutoJump.svg)](https://github.com/JackyyTV/NoAutoJump/pulls) [![license](https://img.shields.io/github/license/JackyyTV/NoAutoJump.svg)](../dev-1.12.2/LICENSE) | ||
|
||
[![Logo](https://i.gyazo.com/00a2bbe43870bb032e19e1399fa72411.png)](https://minecraft.curseforge.com/projects/no-auto-jump) | ||
|
||
--- | ||
|
||
## About | ||
|
||
This is the GitHub repo for the No Auto Jump Minecraft mod, where the source code and issue tracker are in here. | ||
|
||
Submit any bug reports / suggestions via [issue tracker](https://github.com/JackyyTV/NoAutoJump/issues). | ||
|
||
[Pull requests](https://github.com/JackyyTV/NoAutoJump/pulls) are welcome if you would like to add features / help with bug fixes or translations. | ||
|
||
--- | ||
|
||
## Contact Me | ||
|
||
- Twitter - [@JackyyTV](https://twitter.com/JackyyTV) | ||
- Discord - Jacky#1234 | ||
- Twitch - [Jackyy](https://www.twitch.tv/jackyy) | ||
- Reddit - [JackyyTV](https://www.reddit.com/message/compose/?to=JackyyTV) | ||
|
||
--- | ||
|
||
## Setting up workspace / compile the mod yourself | ||
|
||
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. | ||
|
||
1. 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. | ||
|
||
2. Setting up the workspace, depending on what you need. | ||
- Decompiled source: `gradlew setupDecompWorkspace` | ||
- Obfuscated source: `gradlew setupDevWorkspace` | ||
- CI server: `gradlew setupCIWorkspace` | ||
|
||
3. Either use `gradlew build` to build the jar file (Output is in `build/libs`), or setup the IDE if you are going to modify any codes. Both IntelliJ IDEA and Eclipse are included below since they're more popular IDEs. | ||
- IntelliJ IDEA: Do `gradlew idea`, open the `.ipr` file and import the gradle file, then execute the `genIntellijRuns` task in the "Gradle" tab. | ||
- Eclipse: Do `gradlew eclipse` and open the directory as project. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Sets default memory used for gradle commands. Can be overridden by user or command line properties. | ||
# This is required to provide enough memory for the Minecraft decompilation process. | ||
org.gradle.jvmargs=-Xmx4G | ||
mc_version=1.12 | ||
forge_version=1.12.2-14.23.0.2529 | ||
mc_version=1.11.2 | ||
forge_version=1.11.2-13.20.1.2530 | ||
mod_version=1.0 | ||
mappings_version=snapshot_20170917 | ||
mappings_version=stable_32 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters