Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 2.53 KB

README.md

File metadata and controls

29 lines (26 loc) · 2.53 KB

Mixin

Release notes Maven artifact License
Travis CI Coverage Coverage
Discord chat

A lightweight java Mixin-style patching implementation.

Reimplementation of the Mixin patcher used in 1.4.7 TickThreading builds.. Now with 100% less regex-based Java parsing, thanks to Java Parser.

Mixin can be applied to source files or compiled bytecode, from source files or compiled bytecode.
Cross-applications (source to bytecode) / (bytecode to source) do not currently support all features fully due to limitations in JavaTransformer's CodeFragment feature.