Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/minimallycorrect/modpatcher
- Owner: MinimallyCorrect
- License: mit
- Created: 2014-09-08T15:56:11.000Z (about 10 years ago)
- Default Branch: 1.12
- Last Pushed: 2021-11-06T08:04:53.000Z (about 3 years ago)
- Last Synced: 2024-05-01T19:52:00.687Z (7 months ago)
- Topics: java, minecraft, minecraft-mod
- Language: Java
- Size: 434 KB
- Stars: 8
- Watchers: 5
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 patchesDownload
---------
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