GitHub - LunNova/ModPatcherExample: An example coremod using ModPatcher

Mod Patcher Example Build Status

Example coremod using Mod Patcher.

Copyright © 2014, nallar rallan.pcl+gt@gmail.com LogSpamMustDie is licensed under the MIT license.

Download

Download the latest builds from [Jenkins].

Compiling

LogSpamMustDie is built using Gradle.

  • Install JDK 8
  • Run ./gradlew setupDevWorkspace jar

Coding and Pull Request Formatting

  • Generally follows the Oracle coding standards.
  • Tabs, no spaces.
  • Pull requests must compile and work.
  • Pull requests must be formatted properly.

Please follow the above conventions if you want your pull requests accepted.