SpongePowered / Mixin

Mixin is a trait/mixin and bytecode weaving framework for Java using ASM
MIT License
1.37k stars 185 forks source link

`MappingWriterTSrg` is named incorrectly #647

Open NebelNidas opened 8 months ago

NebelNidas commented 8 months ago

What it actually writes is CSRG, not TSRG. The former has a flat structure, while the latter uses a hierarchical one (with tab indentations). See the spec here.