Skip to content

Block Exchangers inspired by EnderTech Exchangers, made for MC 1.10 and above!

License

Notifications You must be signed in to change notification settings

JackyyTV/Exchangers

Repository files navigation

Exchangers

Downloads MCVersion

GitHub issues GitHub pull requests

Logo


About

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.


Contact Me


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/Exchangers.git
    • SSH: git clone [email protected]:JackyyTV/Exchangers.git
    • Or, use the GitHub desktop app to clone the repo via GUI interface.
  2. Setting up the workspace, simply import the project to the IDE of your choice, then run gradlew genEclipseRuns or gradlew genIntellijRuns depending on the need.

  3. Either use gradlew build to build the jar file (Output is in build/libs), or proceed in the IDE if you are going to modify any codes.