Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lunnova/modpatcherexample
- Owner: LunNova
- License: mit
- Created: 2014-09-10T23:15:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-02T10:47:18.000Z (about 8 years ago)
- Last Synced: 2024-05-01T19:51:57.906Z (7 months ago)
- Language: Java
- Size: 101 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.