Skip to content

Latest commit

 

History

History
executable file
·
26 lines (20 loc) · 788 Bytes

README.md

File metadata and controls

executable file
·
26 lines (20 loc) · 788 Bytes

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.