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

https://github.com/nickacpt/legacycraftagent

Java Agent that modifies classes while loading
https://github.com/nickacpt/legacycraftagent

agent discrete jarmod jarmodding java java-agent modify

Last synced: 3 months ago
JSON representation

Java Agent that modifies classes while loading

Awesome Lists containing this project

README

          

# LegacyCraftAgent

Java Agent that applies modded classes discretely into a loading Java application.

This can be used to JarMod anything, but will mostly be used by LegacyCraft to patch a loading game.

## Usage

- Add modified classes under the `classes` directory.
- Load application with the final JavaAgent jar with `-javaagent:path/to/final-javaagent-file.jar`