Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lunnova/modpatcherexample

An example coremod using ModPatcher
https://github.com/lunnova/modpatcherexample

Last synced: 9 days ago
JSON representation

An example coremod using ModPatcher

Awesome Lists containing this project

README

        

Mod Patcher Example [![Build Status](http://nallar.me/buildservice/job/ModPatcherExample/badge/icon)](http://nallar.me/buildservice/job/ModPatcherExample/)
==========
Example coremod using Mod Patcher.

Copyright © 2014, nallar
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.