MinecraftForge / AccessTransformers

Antlr4 definition for MCP / Forge Access Transformers
GNU Lesser General Public License v2.1
14 stars 12 forks source link

Access Transformers

A utility library for parsing and managing Access Transformers - allowing runtime manipulation of the modifier state of class files based on configuration files (access transformer files).

The format specification is in FML Access Transformer specification.

Many thanks to DemonWav for invaluable assistance generating the antlr4 parser and lexer, based on his excellent work in the Minecraft Dev plugin for intellij here