An alternate implementation of CanaryLib, built for vanilla Minecraft, licensed under the MIT License.
- Homepage
- Source
- Issues
- Community Chat: #neptune on irc.esper.net
- Development Chat: #neptunedev on irc.esper.net
- Java 8
The following steps will ensure your project is cloned properly.
git clone https://github.com/NeptunePowered/NeptuneMod.git
cd NeptuneVanilla
Note: If you do not have Gradle installed then use ./gradlew for Unix systems or Git Bash and gradlew.bat for Windows systems in place of any 'gradle' command.
In order to build NeptuneMod you simply need to run the gradle build
command. You can find the compiled JAR
files in ./build/libs
but in most cases you'll only need 'neptunemod-x.x.x-x.x.x.jar'.