Skip to content
forked from MattCzyr/EnderMail

Ender Mail is a Minecraft mod that allows players to deliver packages anywhere in the world.

License

Notifications You must be signed in to change notification settings

RoY7x/EnderMail

 
 

Repository files navigation

Ender Mail

Ender Mail is a Minecraft mod that allows players to deliver packages anywhere in the world.

Download

Downloads, installation instructions, and more information can be found on Curse.

Develop

Setup

Fork this repository, then clone via SSH:

git clone git@github.com:<you>/EnderMail.git

Or, clone via HTTPS:

git clone https://github.com/<you>/EnderMail.git
  1. In the root of the repository, run:
gradlew eclipse

Or, if you plan to use IntelliJ, run:

gradlew idea
  1. Run:
gradlew genEclipseRuns

Or, to use IntelliJ, run:

gradlew genIntellijRuns
  1. Open the project's parent directory in your IDE and import the project as an existing Gradle project.

Build

To build the project, configure build.gradle then run:

gradlew build

This will build a jar file in build/libs.

License

This mod is available under the Creative Commons Attribution-NonCommercial ShareAlike 4.0 International License.

About

Ender Mail is a Minecraft mod that allows players to deliver packages anywhere in the world.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%