Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/minimallycorrect/modpatcher

Allows easy patching of mods/plugins/arbitrary minecraft classes using config files
https://github.com/minimallycorrect/modpatcher

java minecraft minecraft-mod

Last synced: 5 days ago
JSON representation

Allows easy patching of mods/plugins/arbitrary minecraft classes using config files

Awesome Lists containing this project

README

        

ModPatcher [![Build Status](http://nallar.me/buildservice/job/ModPatcher/badge/icon)](http://nallar.me/buildservice/job/ModPatcher/)
==========
A coremod/library which allows for patching of minecraft/mods using flexible config files.

Copyright © 2014, nallar
ModPatcher is licensed under the MIT license.

Usage in your coremod
---------
Detailed instructions are in [COREMOD.md](COREMOD.md), and
an [example coremod](https://github.com/nallar/ModPatcherExample) project is available.

Usage for quick fixes
---------
TODO: Explain installing ModPatcher as a coremod and adding patches

Download
---------
Download the latest builds from [Jenkins].

Compiling
---------
ModPatcher is built using Gradle.

* Install the java development kit
* 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.

Donations
----------------------------------

Bitcoin: [1BUjvwxxGH23Fkj7vdGtbrgLEF91u8npQu](bitcoin:1BUjvwxxGH23Fkj7vdGtbrgLEF91u8npQu)

Paypal: [email protected]

Contributors
----------------------------------

* [nallar](https://github.com/nallar/ "Ross Allan")
* Everyone who's helped with testing and reporting bugs :)

Acknowledgements
----------------------------------

YourKit is kindly supporting open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products: [YourKit Java Profiler](http://www.yourkit.com/java/profiler/index.jsp) and [YourKit .NET Profiler](http://www.yourkit.com/.net/profiler/index.jsp).

[Jenkins]: http://nallar.me/buildservice