Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Simple Java access transformer written using ASM

License

Notifications You must be signed in to change notification settings

OrionMinecraft/AccessTransformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orion AccessTransformer

Simple minimal Java Access Transformer written using OW2 ASM & Java 8

Features

  • Follows FML Access Transformer file specification
  • Really simple and no-bullshit API - simply load your AT lines and start transforming classes
  • Does not call System.out.print* unlike similar libraries - making it suitable for embedding into various projects
  • Depends only on OW2 ASM and Java 8, optionally on SLF4J logging to support debugging.

License

MIT

Releases

No releases published

Packages

No packages published

Languages