Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.

MinecraftForge/JavaWrapper

Repository files navigation

JavaWrapper

Simple java wrapper using Mojangs JREs

Compiling

Requirements

  • Java 8
  • Gradle
  • GoLang (while not needed it is HIGHLY encouraged)

Instructions for the default build

  • Run the command gradle build
  • build outputs to ./build/out/

Instructions for packaging the default build

  • Run the command gradle pkg
  • Build outputs to ./build/pkg/

Contributing

Requirements

Code Style

  • License header under the package name of every go file
  • Run the command go fmt path/to/go/file
    • Golang will autoformat by using this command

PR Guidelines

  • Target the devel branch
  • One feature per PR
  • Sign off commits